New to Telerik UI for WinFormsStart a free 30-day trial

Represents a row containing child views in RadGridView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
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

Initializes a new instance of the GridViewDetailsRowInfo.

C#
public GridViewDetailsRowInfo(GridViewHierarchyRowInfo ownerRowInfo)
Parameters:ownerRowInfoGridViewHierarchyRowInfo

The GridViewRowInfo, related with this row.

Properties

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

C#
public int ActualHeight { get; }

Gets the allowed states.

C#
public override AllowedGridViewRowInfoStates AllowedStates { get; }
Property Value:

The allowed states.

Overrides: GridViewRowInfo.AllowedStates

Gets the current child GridViewInfo

C#
public GridViewInfo ChildViewInfo { get; }

Gets all child GridViewInfo objects.

C#
public IReadOnlyCollection<GridViewInfo> ChildViewInfos { get; }

Gets a boolean value which indicates whether the row is the last one in its owner collection.

C#
public bool IsLastRow { get; }

Gets the hierarchy row that owns this details row.

C#
public GridViewDataRowInfo Owner { get; }

Gets the parent row for this row.

C#
public override IHierarchicalRow Parent { get; }

Overrides: GridViewRowInfo.Parent

Gets the type of the GridRowElement for current GridViewRowInfo.

C#
public override Type RowElementType { get; }

Overrides: GridViewRowInfo.RowElementType

Gets the instance of GridViewInfo which the row belongs to.

C#
public override GridViewInfo ViewInfo { get; }

Overrides: GridViewRowInfo.ViewInfo