Class GridGroupExpanderCellElement
Displays a sign indicating that the row can be expanded/collapsed
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridGroupExpanderCellElement : 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
GridGroupExpanderCellElement(GridViewColumn, GridRowElement)
Initializes a new instance of the GridFilterRowHeaderCellElement class.
Declaration
public GridGroupExpanderCellElement(GridViewColumn column, GridRowElement row)
Parameters
Grid An instance of the GridViewColumn |
Grid An instance of the GridRowElement |
Fields
ExpandedProperty
Properties
Expanded
Gets or sets a value indicating whether the sign is in expanded or collapsed state
Declaration
public bool Expanded { get; }
Property Value
System.
|
Expander
Gets or sets a value indicating whether the sign is in expanded or collapsed state
Declaration
public virtual GridExpanderItem Expander { get; }
Property Value
Methods
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
Initialize(GridViewColumn, GridRowElement)
Initializes the cell with specified column and row
Declaration
public override void Initialize(GridViewColumn column, GridRowElement row)
Parameters
Grid An instance of Grid |
Grid An instance of Grid |
Overrides
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()
Overrides
IsCompatible(GridViewColumn, Object)
Determines whether the specified data is compatible.
Declaration
public override bool IsCompatible(GridViewColumn data, object context)
Parameters
Grid The data. |
System. The context. |
Returns
System.
|
Overrides
OnRowPropertyChanged(PropertyChangedEventArgs)
Declaration
protected override void OnRowPropertyChanged(PropertyChangedEventArgs e)
Parameters
System.
|
Overrides
UpdateInfo()
Updates the visual state of the cell.
Declaration
public override void UpdateInfo()