ShowClearFilterButtons Property (C1DataFilter)
In This Topic
Gets or sets a value indicating whether to show clear filter buttons in the filter headers or not.
Syntax
'Declaration
Public Property ShowClearFilterButtons As Boolean
public bool ShowClearFilterButtons {get; set;}
See Also