HasNestedScrollingParent Property (GridBase)
In This Topic
Syntax
'Declaration
Public Overridable ReadOnly Property HasNestedScrollingParent As Boolean
'Usage
Dim instance As GridBase
Dim value As Boolean
value = instance.HasNestedScrollingParent
public virtual bool HasNestedScrollingParent {get;}
See Also