GridViewPinRowColumn
GridViewPinRowColumn provides an easy and fast way to pin/freeze rows in RadGridView.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class GridViewPinRowColumn : GridViewColumn, IFieldDescriptor, INotifyPropertyChanged
Inheritance: objectGridViewColumnGridViewPinRowColumn
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewPinRowColumn class.
public GridViewPinRowColumn()
Methods
Determines whether the data represented by the column can be filtered by the RadGridView control.
public override bool CanFilter()
true if the data represented by the column can be filtered automatically; otherwise, false.
Overrides:
Determines whether the data represented by the column can be grouped.
public override bool CanGroup()
true if the data represented by the column can be grouped; otherwise, false.
Overrides:
Determines whether the data represented by the column can be sorted.
public override bool CanSort()
true if the data represented by the column can be sorted; otherwise, false.
Overrides:
CreateCellElement(GridViewCell, object)
FrameworkElement
Creates the element for the cell in view mode.
public override FrameworkElement CreateCellElement(GridViewCell cell, object dataItem)
FrameworkElement
Overrides: