Gets or sets a value representing the field name of the column whose auto-filter values will be managed by the auto-filter control.
| 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.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.
Supported Frameworks: Microsoft .NET Framework version 3.5