Class GridCheckBoxCellElement
Displays a cell with a checkbox inside, used with GridViewBooleanColumn
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridCheckBoxCellElement : GridDataCellElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IContextMenuProvider, IVirtualizedElement<GridViewColumn>, IEditableCell, IDataConversionInfoProvider, ITypeDescriptorContext, IServiceProvider
Constructors
GridCheckBoxCellElement(GridViewColumn, GridRowElement)
Initializes a new instance of the GridCheckBoxCellElement class.
Declaration
public GridCheckBoxCellElement(GridViewColumn column, GridRowElement row)
Parameters
Grid An instance of the GridViewColumn |
Grid An instance of the GridRowElement |
Properties
Editor
Gets the editor.
Declaration
public override IInputEditor Editor { get; }
Property Value
IInput The editor. |
Overrides
ToolTipText
Gets or sets the tool tip text.
Declaration
public override string ToolTipText { get; set; }
Property Value
System. The tool tip text. |
Overrides
Methods
AddEditor(IInputEditor)
Adds the editor.
Declaration
public override void AddEditor(IInputEditor editor)
Parameters
IInput The editor. |
Overrides
Attach(GridViewColumn, Object)
Attaches the specified data.
Declaration
public override void Attach(GridViewColumn data, object context)
Parameters
Grid The data. |
System. The context. |
Overrides
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
editor_ValueChanged(Object, EventArgs)
Declaration
protected virtual void editor_ValueChanged(object sender, EventArgs e)
Parameters
System.
|
System.
|
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
IsCompatible(GridViewColumn, Object)
Determines whether element is compatible with the specified data.
Declaration
public override bool IsCompatible(GridViewColumn data, object context)
Parameters
Grid The data. |
System. The context. |
Returns
System.
|
Overrides
OnColumnPropertyChanged(RadPropertyChangedEventArgs)
Occurs when some column property changes its value.
Declaration
protected override void OnColumnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
Rad An instance of RadPropertyChangedEventArgs |
Overrides
RemoveEditor(IInputEditor)
Removes the editor.
Declaration
public override void RemoveEditor(IInputEditor editor)
Parameters
IInput The editor. |
Overrides
SetContentCore(Object)
Sets the actual text of the cell.
Declaration
protected override void SetContentCore(object value)
Parameters
System.
|