Represents a row in a column group in a RadGridView with ColumnGroupsViewDefinition set.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewColumnGroupRow : INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectGridViewColumnGroupRow
Implements:
Constructors
Initializes a new instance of the GridViewColumnGroupRow class.
C#
public GridViewColumnGroupRow()
Properties
A collection containing the names of the columns in this row. The actual rows will be resolved when the view definition is asigned to a template.
C#
[Browsable(true)]
public ColumnNameCollection ColumnNames { get; }
Methods
Events
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: