Skip to main content

CustomColumnFilterListEventArgs.Visible Property

Gets or sets whether the processed value is displayed within a column's Filter Dropdown.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public bool Visible { get; set; }

#Property Value

Type Description
Boolean

true to display the value within the list of filter values; otherwise, false.

See Also