Class
GridViewColumnGroupRow

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: INotifyPropertyChangedINotifyPropertyChangingEx

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

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

cs-api-definition
public int MinHeight { get; set; }

Property Value

int

Methods

OnPropertyChanged(string)

Declaration

cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged