AutoApply Property (C1DataFilter)
In This Topic
Gets or sets a value indicating whether the filter should be automatically applied to the DataSource when the user changes the filter from the user interface.
Syntax
'Declaration
Public Property AutoApply As Boolean
public bool AutoApply {get; set;}
See Also