FilterButton Property (C1DisplayColumn)
In This Topic
Gets or sets a value indicating whether a dropdown button will be displayed in this column.
Syntax
'Declaration
Public Property FilterButton As System.Boolean
public System.bool FilterButton {get; set;}
See Also