ClassGridViewColumnGroupRow
Class
Represents a row in a column group in a RadGridView with ColumnGroupsViewDefinition set.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridViewColumnGroupRow : INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectGridViewColumnGroupRow
Implements:
Constructors
GridViewColumnGroupRow()
Initializes a new instance of the GridViewColumnGroupRow class.
Declaration
cs-api-definition
public GridViewColumnGroupRow()
Properties
ColumnNames
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.
Declaration
cs-api-definition
[Browsable(true)]
public ColumnNameCollection ColumnNames { get; }
Property Value
Methods
OnPropertyChanged(string)
Declaration
cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements