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

In This Topic
    Operation Property (DataGridTextFilterEntry)
    In This Topic
    Gets or sets the operation corresponding to this entry.
    Syntax
    'Declaration
     
    
    Public Property Operation As DataGridFilterOperation
    public DataGridFilterOperation Operation {get; set;}

    Property Value

    The operation corresponding to this entry.
    See Also