ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Filters Namespace / DataGridFilterItem Class / IsCurrent Property

In This Topic
    IsCurrent Property (DataGridFilterItem)
    In This Topic
    Gets or sets a value indicating when this item is the current one.
    Syntax
    'Declaration
     
    
    Public Property IsCurrent As Boolean
    public bool IsCurrent {get; set;}
    See Also