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 Grid
Declaration
public GridViewDetailsRowInfo(GridViewHierarchyRowInfo ownerRowInfo)
Parameters
Grid The Grid |
Properties
ActualHeight
Gets the actual height used in RadGridView to present this row.
Declaration
public int ActualHeight { get; }
Property Value
System.
|
AllowedStates
Gets the allowed states.
Declaration
public override AllowedGridViewRowInfoStates AllowedStates { get; }
Property Value
Allowed The allowed states. |
Overrides
ChildViewInfo
Gets the current child Grid
Declaration
public GridViewInfo ChildViewInfo { get; }
Property Value
ChildViewInfos
Gets all child Grid
Declaration
public IReadOnlyCollection<GridViewInfo> ChildViewInfos { get; }
Property Value
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.
|
Owner
Gets the hierarchy row that owns this details row.
Declaration
public GridViewDataRowInfo Owner { get; }
Property Value
Parent
Gets the parent row for this row.
Declaration
public override IHierarchicalRow Parent { get; }
Property Value
Overrides
RowElementType
Gets the type of the Grid
Declaration
public override Type RowElementType { get; }
Property Value
System.
|
Overrides
ViewInfo
Gets the instance of Grid
Declaration
public override GridViewInfo ViewInfo { get; }