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 GridViewBrowseColumn.
Declaration
public GridViewBrowseColumn(string fieldName)
Parameters
System.String
fieldName
A string value referring to the unique name of the column. |
GridViewBrowseColumn(String, String)
Initializes a new instance of the GridViewBrowseColumn.
Declaration
public GridViewBrowseColumn(string uniqueName, string fieldName)
Parameters
System.String
uniqueName
A string value referring to the unique name of the column. |
System.String
fieldName
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
GridViewRowInfo
row
|
Returns
System.Type
|
Overrides
GetDefaultEditor()
GetDefaultEditorType()
Declaration
public override Type GetDefaultEditorType()
Returns
System.Type
|