ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridTextFilterEntry Structure / Label Property

In This Topic
    Label Property (DataGridTextFilterEntry)
    In This Topic
    Gets or sets the label of the filter operation.
    Syntax
    'Declaration
     
    
    Public Property Label As String
    public string Label {get; set;}

    Property Value

    The label of the filter operation.
    See Also