ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / FilterDescription Class / FilterDescription Constructor / FilterDescription Constructor(String,DataGridFilterState,String,IValueConverter)
The property name for the filter description.
The state of the filter.
The optional format used on the column.
The converter format used on the column.

In This Topic
    FilterDescription Constructor(String,DataGridFilterState,String,IValueConverter)
    In This Topic
    Constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal propertyName As String, _
       ByVal state As DataGridFilterState, _
       Optional ByVal format As String, _
       Optional ByVal converter As IValueConverter _
    )

    Parameters

    propertyName
    The property name for the filter description.
    state
    The state of the filter.
    format
    The optional format used on the column.
    converter
    The converter format used on the column.
    See Also