Class GridIndentCellElement
Represents an indent cell
Inheritance
System.Object
GridIndentCellElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridIndentCellElement : GridVirtualizedCellElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IContextMenuProvider, IVirtualizedElement<GridViewColumn>
Constructors
GridIndentCellElement(GridViewColumn, GridRowElement)
Initializes a new instance of the GridIndentCellElement class.
Declaration
public GridIndentCellElement(GridViewColumn column, GridRowElement row)
Parameters
GridViewColumn
column
An instance of the GridViewColumn |
GridRowElement
row
An instance of the GridRowElement |
Methods
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()