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

TemplateColumn.FilterEditTemplate Property

Gets or sets a template that specifies which custom layout should edit the column filter in the auto-filter row. This is a bindable property.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public DataTemplate FilterEditTemplate { get; set; }

Property Value

Type Description
DataTemplate

The template.

Remarks

The CellData class specifies the binding context for this template.

See Also