Class GridViewGroupColumn
Inherits GridViewColumn and presents group of columns
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewGroupColumn : GridViewColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx
Constructors
GridViewGroupColumn(GridViewColumnGroup)
Initializes a new instance of the GridViewGroupColumn.
Declaration
public GridViewGroupColumn(GridViewColumnGroup group)
Parameters
GridViewColumnGroup
group
The GridViewColumnGroup, owner of this column |
Properties
AllowReorder
Gets or sets a value indicating whether the user can reorder this column using the mouse.
Declaration
public override bool AllowReorder { get; set; }
Property Value
System.Boolean
|
Overrides
Group
Gets the corresponding GridViewColumnGroup
Declaration
public GridViewColumnGroup Group { get; }
Property Value
GridViewColumnGroup
|
IsVisible
Gets or sets a value indicating whether the column is visible.
Declaration
public override bool IsVisible { get; set; }
Property Value
System.Boolean
|
Overrides
RootColumnGroup
Gets the corresponding GridViewColumnGroup
Declaration
public GridViewColumnGroup RootColumnGroup { get; }
Property Value
GridViewColumnGroup
|
VisibleInColumnChooser
Gets or sets a value indicating whether the column will be visible in ColumnChooserElement.
Declaration
public override bool VisibleInColumnChooser { get; set; }
Property Value
System.Boolean
|
Overrides
Remarks
Use this property if you want to hide columns from the user.
Methods
DisposeManagedResources()
Disposes the managed resources.
Declaration
protected override void DisposeManagedResources()
Overrides
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. |