Represents a row containing child views in RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewDetailsRowInfo : GridViewRowInfo, IDataItem, IHierarchicalRow, INotifyPropertyChanged, INotifyPropertyChangingEx, IDisposable
Inheritance: objectGridViewRowInfoGridViewDetailsRowInfo
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewDetailsRowInfo.
public GridViewDetailsRowInfo(GridViewHierarchyRowInfo ownerRowInfo)
The GridViewRowInfo, related with this row.
Properties
Gets the actual height used in RadGridView to present this row.
public int ActualHeight { get; }
Gets the allowed states.
public override AllowedGridViewRowInfoStates AllowedStates { get; }
The allowed states.
Overrides:
Gets the current child GridViewInfo
public GridViewInfo ChildViewInfo { get; }
Gets all child GridViewInfo objects.
public IReadOnlyCollection<GridViewInfo> ChildViewInfos { get; }
Gets a boolean value which indicates whether the row is the last one in its owner collection.
public bool IsLastRow { get; }
Gets the hierarchy row that owns this details row.
public GridViewDataRowInfo Owner { get; }
Gets the parent row for this row.
public override IHierarchicalRow Parent { get; }
Overrides:
Gets the type of the GridRowElement for current GridViewRowInfo.
public override Type RowElementType { get; }
Overrides:
Gets the instance of GridViewInfo which the row belongs to.
public override GridViewInfo ViewInfo { get; }
Overrides: