AutoFilterFieldName Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > AutoFilterControl Class : AutoFilterFieldName Property

Gets or sets a value representing the field name of the column whose auto-filter values will be managed by the auto-filter control.

Syntax

Visual Basic (Declaration) 
Public Property AutoFilterFieldName As String
C# 
public string AutoFilterFieldName {get; set;}

Return Value

A string representing the field name of the column whose auto-filter values will be managed by the auto-filter control.

Remarks

Although the AutoFilterFieldName and AutoFilterColumn properties can both identify the column whose auto-filter values will be managed by the auto-filter control, it is recommended to use the AutoFilterFieldName property rather than the AutoFilterColumn property to specify the target column when the columns are not automatically created by a grid.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also