Class GridComboBoxCellElement
Displays a cell with a combo box inside, used with GridVewComboBoxColumn
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridComboBoxCellElement : 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
GridComboBoxCellElement(GridViewColumn, GridRowElement)
Initializes a new instance of the GridComboBoxCellElement class.
Declaration
public GridComboBoxCellElement(GridViewColumn column, GridRowElement row)
Parameters
Grid An instance of the GridViewColumn |
Grid An instance of the GridRowElement |
Methods
ApplyFormatString(Object)
Applies the Format
Declaration
protected override string ApplyFormatString(object value)
Parameters
System.
|
Returns
System.
|
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
SetContent()
Sets the value of the cell.
Declaration
public override void SetContent()