Spread Windows Forms 12.0 Product Documentation
Enabled Property (AutoFilterInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > AutoFilterInfo Class : Enabled Property
Gets or sets a value indicating whether auto filter function is enabled or not.
Syntax
'Declaration
 
Public Property Enabled As Boolean
'Usage
 
Dim instance As AutoFilterInfo
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
public bool Enabled {get; set;}

Property Value

true if auto filter function is enabled; otherwise, false. The default value is false.
See Also

Reference

AutoFilterInfo Class
AutoFilterInfo Members