GridViewGroupColumn
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
Initializes a new instance of the GridViewGroupColumn.
public GridViewGroupColumn(GridViewColumnGroup group)
The GridViewColumnGroup, owner of this column
Properties
Gets or sets a value indicating whether the user can reorder this column using the mouse.
public override bool AllowReorder { get; set; }
Overrides:
Gets the corresponding GridViewColumnGroup
public GridViewColumnGroup Group { get; }
Gets or sets a value indicating whether the column is visible.
public override bool IsVisible { get; set; }
Overrides:
Gets the corresponding GridViewColumnGroup
public GridViewColumnGroup RootColumnGroup { get; }
Gets or sets a value indicating whether the column will be visible in ColumnChooserElement.
public override bool VisibleInColumnChooser { get; set; }
Overrides:
Use this property if you want to hide columns from the user.
Methods
Disposes the managed resources.
protected override void DisposeManagedResources()
Overrides:
Returns the type of cell element to be created for the specified row.
public override Type GetCellType(GridViewRowInfo row)
The specified row.
Returns:The type of the cell to be created.
Overrides: