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

Gets or sets a value indicating the order in which the auto-filter control's column is filtered.

Syntax

Visual Basic (Declaration) 
Public Property AutoFilterIndex As Integer
C# 
public int AutoFilterIndex {get; set;}

Return Value

A zero-based value indicating the order in which the auto-filter control's AutoFilterColumn is filtered.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also