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