Class GridDetailViewRowElement
This is the visual element responsible for presenting child tables
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridDetailViewRowElement : GridRowElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider, IContextMenuProvider, IVirtualizedElement<GridViewRowInfo>
Constructors
GridDetailViewRowElement()
Declaration
public GridDetailViewRowElement()
Properties
ContentCell
Gets the content cell.
Declaration
public GridDetailViewCellElement ContentCell { get; }
Property Value
|
GridDetailViewCellElement
The content cell. |
Methods
ArrangeOverride(SizeF)
Arranges the elements with the available size.
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
|
System.Drawing.SizeF
finalSize
The final size. |
Returns
|
System.Drawing.SizeF
|
Overrides
Detach()
GetCellType(GridViewColumn)
Returns the default cell type to be created based on the settings of the corresponding GridViewColumn.
Declaration
public override Type GetCellType(GridViewColumn column)
Parameters
|
GridViewColumn
column
The GridViewColumn that contains the settings. |
Returns
|
System.Type
An column type. |
Overrides
Initialize(GridViewRowInfo)
Initializes the row.
Declaration
public override void Initialize(GridViewRowInfo rowInfo)
Parameters
|
GridViewRowInfo
rowInfo
The instance of GridViewRowInfo which the row is associated with. |
Overrides
IsCompatible(GridViewRowInfo, Object)
Determines whether the specified data is compatible.
Declaration
public override bool IsCompatible(GridViewRowInfo data, object context)
Parameters
|
GridViewRowInfo
data
The data. |
|
System.Object
context
The context. |
Returns
|
System.Boolean
|
Overrides
MeasureOverride(SizeF)
Measures the elements with the available size.
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
|
System.Drawing.SizeF
availableSize
Size of the available. |
Returns
|
System.Drawing.SizeF
|
Overrides
UpdateInfo()
Updates row's visual state.
Declaration
public override void UpdateInfo()