ClassGridViewFilteringRowInfo
Represents a filtering row in RadGridView that provides filtering capabilities for each column.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewFilteringRowInfo : GridViewSystemRowInfo, IDataItem, IHierarchicalRow, INotifyPropertyChanged, INotifyPropertyChangingEx, IDisposable, IComparable<GridViewSystemRowInfo>, IGridViewEventListener
Inheritance: objectGridViewRowInfoGridViewSystemRowInfoGridViewFilteringRowInfo
Implements:
Inherited Members
Constructors
GridViewFilteringRowInfo(GridViewInfo)
Initializes a new instance of the GridViewFilteringRowInfo class.
Declaration
public GridViewFilteringRowInfo(GridViewInfo gridViewInfo)
Parameters
gridViewInfo
The GridViewInfo that owns this filtering row.
Properties
AllowedStates
Gets the allowed states for this filtering row.
Declaration
public override AllowedGridViewRowInfoStates AllowedStates { get; }
Property Value
Overrides
RowElementType
Gets the type of the GridRowElement used to visualize this filtering row.
Declaration
public override Type RowElementType { get; }
Property Value
Overrides
Methods
CompareToSystemRowInfo(GridViewSystemRowInfo)
Compares this filtering row with another system row to determine the relative positioning.
Declaration
protected override int CompareToSystemRowInfo(GridViewSystemRowInfo row)
Parameters
row
The system row to compare with.
Returns
An integer indicating the relative position of this row compared to the specified row.
Overrides