ClassGridViewTextBoxColumn
Inherits GridViewDataColumn and presents String values
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewTextBoxColumn : GridViewDataColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx, IContextMenuProvider, IDataConversionInfoProvider, IGridViewEventListener, ITypeDescriptorContext, IServiceProvider
Inheritance: objectDisposableObjectRadObjectGridViewColumnGridViewDataColumnGridViewTextBoxColumn
Implements:
Inherited Members
Constructors
GridViewTextBoxColumn()
Initializes a new instance of the GridViewTextBoxColumn.
Declaration
public GridViewTextBoxColumn()
GridViewTextBoxColumn(string)
Initializes a new instance of the GridViewTextBoxColumn.
Declaration
public GridViewTextBoxColumn(string fieldName)
Parameters
fieldName
A string value referring to the field name of the column.
GridViewTextBoxColumn(string, string)
Initializes a new instance of the GridViewTextBoxColumn.
Fields
AcceptsReturnProperty
Declaration
public static RadProperty AcceptsReturnProperty
Field Value
CharacterCasingProperty
Declaration
public static RadProperty CharacterCasingProperty
Field Value
Properties
AcceptsReturn
Gets or sets whether the editor accepts the ENTER key in multiline mode
Declaration
[Browsable(true)]
public bool AcceptsReturn { get; set; }
Property Value
AcceptsTab
Gets or sets whether the editor accepts the tab key in multiline mode
Declaration
[Browsable(true)]
public bool AcceptsTab { get; set; }
Property Value
ColumnCharacterCasing
Gets or sets a value indicating the character casing of the editor.
Declaration
[Browsable(true)]
public CharacterCasing ColumnCharacterCasing { get; set; }
Property Value
ExcelExportType
Gets or sets the type of the excel export.
Declaration
public override DisplayFormatType ExcelExportType { get; set; }
Property Value
The type of the excel export.
Overrides
MaxLength
Gets or sets the maximum length of the text that can be entered.
Declaration
[Browsable(true)]
public int MaxLength { get; set; }
Property Value
Methods
GetDefaultEditor()
Declaration
public override IInputEditor GetDefaultEditor()
Returns
Overrides
InitializeEditor(IInputEditor)
Declaration
public override void InitializeEditor(IInputEditor editor)
Parameters
editor
Overrides