Class GridViewIndentColumn
Inherits GridViewColumn and presents indentation between levels in grouping
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewIndentColumn : GridViewColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx
Constructors
GridViewIndentColumn(GridViewTemplate, Int32)
Initializes the GridViewIndentColumn
Declaration
public GridViewIndentColumn(GridViewTemplate template, int indentLevel)
Parameters
GridViewTemplate
template
the GridViewTemplate containing this column. |
System.Int32
indentLevel
the level that this column is used to indent. |
Properties
IndentLevel
Gets the indent level for this column.
Declaration
public int IndentLevel { get; }
Property Value
System.Int32
|
Methods
GetCellType(GridViewRowInfo)
Returns the type of cell element to be created for the specified row.
Declaration
public override Type GetCellType(GridViewRowInfo row)
Parameters
GridViewRowInfo
row
The specified row. |
Returns
System.Type
The type of the cell to be created. |