Class
GridViewDetailsRowInfo

Represents a row containing child views in RadGridView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridViewDetailsRowInfo : GridViewRowInfo, IDataItem, IHierarchicalRow, INotifyPropertyChanged, INotifyPropertyChangingEx, IDisposable

Inheritance: objectGridViewRowInfoGridViewDetailsRowInfo

Implements: IDataItemIDisposableIHierarchicalRowINotifyPropertyChangedINotifyPropertyChangingEx

Inherited Members GridViewRowInfo.IsAttachedStateGridViewRowInfo.IsModifiedStateGridViewRowInfo.IsCurrentStateGridViewRowInfo.IsSelectedStateGridViewRowInfo.IsExpandedStateGridViewRowInfo.IsVisibleStateGridViewRowInfo.AllowResizeStateGridViewRowInfo.SuspendNotificationsStateGridViewRowInfo.IsInitializedStateGridViewRowInfo.LastRowInfoStateGridViewRowInfo.stateGridViewRowInfo.SetParent(GridViewRowInfo)GridViewRowInfo.GetActualHeight(IGridView)GridViewRowInfo.InvalidateRow()GridViewRowInfo.EnsureVisible()GridViewRowInfo.EnsureVisible(bool)GridViewRowInfo.Delete()GridViewRowInfo.GetErrorText(string)GridViewRowInfo.HasChildRows()GridViewRowInfo.SuspendPropertyNotifications()GridViewRowInfo.ResumePropertyNotifications()GridViewRowInfo.FindParent<T>()GridViewRowInfo.Dispose()GridViewRowInfo.DispatchEvent(KnownEvents, GridEventType, GridEventDispatchMode, object, object[])GridViewRowInfo.GetEventInfo(GridPropertyChangedEventArgs, out GridEventDispatchMode)GridViewRowInfo.OnBeginEdit()GridViewRowInfo.OnEndEdit()GridViewRowInfo.OnPropertyChanging(PropertyChangingEventArgsEx)GridViewRowInfo.OnPropertyChanged(PropertyChangedEventArgs)GridViewRowInfo.ClearCache()GridViewRowInfo.SetRowStateProperty<T>(string, ref T, T)GridViewRowInfo.SetBooleanProperty(string, int, bool)GridViewRowInfo.IsSystemGridViewRowInfo.ErrorTextGridViewRowInfo.GroupGridViewRowInfo.IndexGridViewRowInfo.ViewTemplateGridViewRowInfo.CellsGridViewRowInfo.TagGridViewRowInfo.DataBoundItemGridViewRowInfo.MinHeightGridViewRowInfo.MaxHeightGridViewRowInfo.HeightGridViewRowInfo.IsCurrentGridViewRowInfo.IsSelectedGridViewRowInfo.IsExpandedGridViewRowInfo.IsVisibleGridViewRowInfo.IsPinnedGridViewRowInfo.PinPositionGridViewRowInfo.IsOddGridViewRowInfo.AllowResizeGridViewRowInfo.HierarchyLevelGridViewRowInfo.ChildRowsGridViewRowInfo.HasChildViewsGridViewRowInfo.PropertyChangedGridViewRowInfo.PropertyChanging

Constructors

GridViewDetailsRowInfo(GridViewHierarchyRowInfo)

Initializes a new instance of the GridViewDetailsRowInfo.

Declaration

cs-api-definition
public GridViewDetailsRowInfo(GridViewHierarchyRowInfo ownerRowInfo)

Parameters

ownerRowInfo

GridViewHierarchyRowInfo

The GridViewRowInfo, related with this row.

Properties

ActualHeight

Gets the actual height used in RadGridView to present this row.

Declaration

cs-api-definition
public int ActualHeight { get; }

Property Value

int

AllowedStates

Gets the allowed states.

Declaration

cs-api-definition
public override AllowedGridViewRowInfoStates AllowedStates { get; }

Property Value

AllowedGridViewRowInfoStates

The allowed states.

Overrides GridViewRowInfo.AllowedStates

ChildViewInfo

Gets the current child GridViewInfo

Declaration

cs-api-definition
public GridViewInfo ChildViewInfo { get; }

Property Value

GridViewInfo

ChildViewInfos

Gets all child GridViewInfo objects.

Declaration

cs-api-definition
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

cs-api-definition
public bool IsLastRow { get; }

Property Value

bool

Owner

Gets the hierarchy row that owns this details row.

Declaration

cs-api-definition
public GridViewDataRowInfo Owner { get; }

Property Value

GridViewDataRowInfo

Parent

Gets the parent row for this row.

Declaration

cs-api-definition
public override IHierarchicalRow Parent { get; }

Property Value

IHierarchicalRow

Overrides GridViewRowInfo.Parent

RowElementType

Gets the type of the GridRowElement for current GridViewRowInfo.

Declaration

cs-api-definition
public override Type RowElementType { get; }

Property Value

Type

Overrides GridViewRowInfo.RowElementType

ViewInfo

Gets the instance of GridViewInfo which the row belongs to.

Declaration

cs-api-definition
public override GridViewInfo ViewInfo { get; }

Property Value

GridViewInfo

Overrides GridViewRowInfo.ViewInfo