Class GridViewColumnGroupRow
Represents a row in a column group in a RadGridView with ColumnGroupsViewDefinition set.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewColumnGroupRow : INotifyPropertyChanged, INotifyPropertyChangingEx
Constructors
GridViewColumnGroupRow()
Initializes a new instance of the GridViewColumnGroupRow class.
Declaration
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
public ColumnNameCollection ColumnNames { get; }
Property Value
ColumnNameCollection
|
MinHeight
Gets or sets the minimum height of the row. If the property is not set, the row height will be equal to the maximum RowSpan of the columns in that row.
Declaration
public int MinHeight { get; set; }
Property Value
System.Int32
|
Methods
OnPropertyChanged(String)
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|
Explicit Interface Implementations
INotifyPropertyChangingEx.PropertyChanging
Declaration
event PropertyChangingEventHandlerEx INotifyPropertyChangingEx.PropertyChanging
Returns
PropertyChangingEventHandlerEx
|