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