ColumnBase.CustomColumnFilterPopupTemplate Property
In This Article
Gets or sets the template that defines the presentation of the column's Filter Dropdown. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
If you don't want to use built-in filter dropdowns (list or checked list), you can provide your own filter dropdown via templates. In this instance, you should do the following:
- Set the column's ColumnBase.FilterPopupMode property to FilterPopupMode.Custom.
- Create a template denoting the required filter dropdown, and assign it to the CustomColumnFilterPopupTemplate property.
#Examples
See Also