ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Filters Namespace / DataGridTextFilterHelper Class / GetTextFromState Method
The column whose filter state will be converted to text.

In This Topic
    GetTextFromState Method (DataGridTextFilterHelper)
    In This Topic
    Gets a text that represent the state of the filter of the specified column.
    Syntax
    'Declaration
     
    
    Public Shared Function GetTextFromState( _
       ByVal column As DataGridColumn _
    ) As String
    public static string GetTextFromState( 
       DataGridColumn column
    )

    Parameters

    column
    The column whose filter state will be converted to text.
    See Also