Class GridViewGroupColumn
Inherits Grid
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 Grid
Declaration
public GridViewGroupColumn(GridViewColumnGroup group)
Parameters
Grid The Grid |
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.
|
Overrides
Group
Gets the corresponding Grid
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
System.
|
Overrides
RootColumnGroup
Gets the corresponding Grid
Declaration
public GridViewColumnGroup RootColumnGroup { get; }
Property Value
VisibleInColumnChooser
Gets or sets a value indicating whether the column will be visible in Column
Declaration
public override bool VisibleInColumnChooser { get; set; }
Property Value
System.
|
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
Grid The specified row. |
Returns
System. The type of the cell to be created. |