Skip to main content
Tag

ColumnBase.CustomColumnFilterPopupTemplate Property

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

public DataTemplate CustomColumnFilterPopupTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate object that defines the presentation of a custom column filter.

#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:

#Examples

See Also