ClassGridViewGroupColumn
Inherits GridViewColumn and presents group of columns
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewGroupColumn : GridViewColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx, IContextMenuProvider
Inheritance: objectDisposableObjectRadObjectGridViewColumnGridViewGroupColumn
Implements:
Inherited Members
Constructors
GridViewGroupColumn(GridViewColumnGroup)
Initializes a new instance of the GridViewGroupColumn.
Declaration
public GridViewGroupColumn(GridViewColumnGroup group)
Parameters
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
Overrides
Group
Gets the corresponding GridViewColumnGroup
Declaration
public GridViewColumnGroup Group { get; }
Property Value
IsVisible
Gets or sets a value indicating whether the column is visible.
Declaration
public override bool IsVisible { get; set; }
Property Value
Overrides
RootColumnGroup
Gets the corresponding GridViewColumnGroup
Declaration
public GridViewColumnGroup RootColumnGroup { get; }
Property Value
VisibleInColumnChooser
Gets or sets a value indicating whether the column will be visible in ColumnChooserElement.
Declaration
public override bool VisibleInColumnChooser { get; set; }
Property Value
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
row
The specified row.
Returns
The type of the cell to be created.
Overrides