ComponentOne DataGrid for WPF and Silverlight
GetTextFromState Method (DataGridTextFilterHelper)

C1.Silverlight.DataGrid.Filters Namespace > DataGridTextFilterHelper Class : GetTextFromState Method
The column whose filter state will be converted to text.
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 System.String
public static System.string GetTextFromState( 
   DataGridColumn column
)

Parameters

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

Reference

DataGridTextFilterHelper Class
DataGridTextFilterHelper Members