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