New to Telerik UI for WinFormsStart a free 30-day trial

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

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; }

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.

C#
public int MinHeight { get; set; }

Methods

C#
protected virtual void OnPropertyChanged(string propertyName)
Parameters:propertyNamestring

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged