ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / FilterDescription Class / FilterDescription Constructor / FilterDescription Constructor(String,DataGridFilterState)
The property name for the filter description.
The state of the filter.

In This Topic
    FilterDescription Constructor(String,DataGridFilterState)
    In This Topic
    Constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal propertyName As String, _
       ByVal state As DataGridFilterState _
    )
    public FilterDescription( 
       string propertyName,
       DataGridFilterState state
    )

    Parameters

    propertyName
    The property name for the filter description.
    state
    The state of the filter.
    See Also