Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IOptimizedFilterStyleModel Interface / IsFilteredStyleEmpty Property


In This Topic
IsFilteredStyleEmpty Property
In This Topic
Gets whether this filtered style is empty.
Syntax
'Declaration
 
ReadOnly Property IsFilteredStyleEmpty As Boolean
 
'Usage
 
Dim instance As IOptimizedFilterStyleModel
Dim value As Boolean
 
value = instance.IsFilteredStyleEmpty

Property Value

true if this instance is empty; otherwise, false.
See Also