Skip to main content
A newer version of this page is available. .

TreeListDataColumn.ShowInFilterControl Property

Gets whether an end-user can create filter conditions within this column within the Filter Control. This member supports the internal infrastructure and cannot be used directly from your code.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

public DefaultBoolean ShowInFilterControl { get; set; }

Property Value

Type
DefaultBoolean

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

See Also