Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterBarCellCollection Class / Parent Property


In This Topic
Parent Property (FilterBarCellCollection)
In This Topic
Gets the parent object that contains this collection of filter bar items.
Syntax
'Declaration
 
Public ReadOnly Property Parent As Object
 
'Usage
 
Dim instance As FilterBarCellCollection
Dim value As Object
 
value = instance.Parent
See Also