Class GridSelectCellElement
Inheritance
System.Object
GridSelectCellElement
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 abstract class GridSelectCellElement : 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
GridSelectCellElement(GridViewColumn, GridRowElement)
Declaration
public GridSelectCellElement(GridViewColumn column, GridRowElement row)
Parameters
GridViewColumn
column
|
GridRowElement
row
|
Fields
rowsToSelect
Declaration
protected List<GridViewRowInfo> rowsToSelect
Field Value
System.Collections.Generic.List<GridViewRowInfo>
|
Properties
CheckBoxElement
Declaration
public GridSelectCheckBoxElement CheckBoxElement { get; }
Property Value
GridSelectCheckBoxElement
|
Methods
Attach(GridViewColumn, Object)
Declaration
public override void Attach(GridViewColumn data, object context)
Parameters
GridViewColumn
data
|
System.Object
context
|
Overrides
CreateCheckBoxElement()
Declaration
protected virtual GridSelectCheckBoxElement CreateCheckBoxElement()
Returns
GridSelectCheckBoxElement
|
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
DeselectRows()
Declaration
protected abstract void DeselectRows()
Detach()
GetRowsToSelect(out List<GridViewRowInfo>, Boolean)
Declaration
protected abstract bool GetRowsToSelect(out List<GridViewRowInfo> rowsToSelect, bool clear)
Parameters
System.Collections.Generic.List<GridViewRowInfo>
rowsToSelect
|
System.Boolean
clear
|
Returns
System.Boolean
|
OnCheckBoxElementCheckStateChanged()
Declaration
protected virtual void OnCheckBoxElementCheckStateChanged()
OnCheckBoxElementCheckStateChanging(CheckStateChangingEventArgs)
Declaration
protected virtual void OnCheckBoxElementCheckStateChanging(CheckStateChangingEventArgs args)
Parameters
CheckStateChangingEventArgs
args
|
SelectRows(List<GridViewRowInfo>)
Declaration
protected abstract void SelectRows(List<GridViewRowInfo> rowsToSelect)
Parameters
System.Collections.Generic.List<GridViewRowInfo>
rowsToSelect
|
UnwireEvents()
Declaration
protected virtual void UnwireEvents()
UpdateInfo()
WireEvents()
Declaration
protected virtual void WireEvents()