Skip to main content

ColumnBase.CustomColumnFilterPopupTemplate Property

Gets or sets a template that defines the appearance of the column’s drop-down filter. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null)]
public DataTemplate CustomColumnFilterPopupTemplate { get; set; }

Property Value

Type Description
DataTemplate

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

Remarks

To create a custom drop-down filter:

For more information, refer to the following help topic: Filter Data.

See Also