ClassGridViewDetailsRowInfo
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
GridViewDetailsRowInfo(GridViewHierarchyRowInfo)
Initializes a new instance of the GridViewDetailsRowInfo.
Declaration
public GridViewDetailsRowInfo(GridViewHierarchyRowInfo ownerRowInfo)
Parameters
ownerRowInfo
The GridViewRowInfo, related with this row.
Properties
ActualHeight
Gets the actual height used in RadGridView to present this row.
AllowedStates
Gets the allowed states.
Declaration
public override AllowedGridViewRowInfoStates AllowedStates { get; }
Property Value
The allowed states.
Overrides
ChildViewInfo
Gets the current child GridViewInfo
Declaration
public GridViewInfo ChildViewInfo { get; }
Property Value
ChildViewInfos
Gets all child GridViewInfo objects.
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.
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 GridRowElement for current GridViewRowInfo.
Declaration
public override Type RowElementType { get; }
Property Value
Overrides
ViewInfo
Gets the instance of GridViewInfo which the row belongs to.
Declaration
public override GridViewInfo ViewInfo { get; }
Property Value
Overrides