Class GridViewBrowseColumn
Column which uses browse editor.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewBrowseColumn : GridViewDataColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx, IDataConversionInfoProvider, IGridViewEventListener, ITypeDescriptorContext, IServiceProvider
Constructors
GridViewBrowseColumn()
GridViewBrowseColumn(String)
Initializes a new instance of the Grid
Declaration
public GridViewBrowseColumn(string fieldName)
Parameters
System. A string value referring to the unique name of the column. |
GridViewBrowseColumn(String, String)
Initializes a new instance of the Grid
Declaration
public GridViewBrowseColumn(string uniqueName, string fieldName)
Parameters
System. A string value referring to the unique name of the column. |
System. A string value referring to the field name to which the column is bound. |
Methods
GetCellType(GridViewRowInfo)
Declaration
public override Type GetCellType(GridViewRowInfo row)
Parameters
Grid
|
Returns
System.
|
Overrides
GetDefaultEditor()
Declaration
public override IInputEditor GetDefaultEditor()
Returns
Overrides
GetDefaultEditorType()
Declaration
public override Type GetDefaultEditorType()
Returns
System.
|