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, IImageElement, ITextPrimitive, ITextProvider, IContextMenuProvider, IVirtualizedElement<GridViewRowInfo>
Constructors
GridDetailViewRowElement()
Declaration
public GridDetailViewRowElement()
Properties
ContentCell
Gets the content cell.
Declaration
public GridDetailViewCellElement ContentCell { get; }
Property Value
Grid The content cell. |
Methods
ArrangeOverride(SizeF)
Arranges the elements with the available size.
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System. The final size. |
Returns
System.
|
Overrides
Detach()
GetCellType(GridViewColumn)
Returns the default cell type to be created based on the settings of the corresponding Grid
Declaration
public override Type GetCellType(GridViewColumn column)
Parameters
Grid The Grid |
Returns
System. An column type. |
Overrides
Initialize(GridViewRowInfo)
Initializes the row.
Declaration
public override void Initialize(GridViewRowInfo rowInfo)
Parameters
Grid The instance of Grid |
Overrides
IsCompatible(GridViewRowInfo, Object)
Determines whether the specified data is compatible.
Declaration
public override bool IsCompatible(GridViewRowInfo data, object context)
Parameters
Grid The data. |
System. The context. |
Returns
System.
|
Overrides
MeasureOverride(SizeF)
Measures the elements with the available size.
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System. Size of the available. |
Returns
System.
|
Overrides
UpdateInfo()
Updates row's visual state.
Declaration
public override void UpdateInfo()