Class GridViewTextBoxColumn
Inherits GridViewDataColumn and presents String values
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewTextBoxColumn : GridViewDataColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx, IDataConversionInfoProvider, IGridViewEventListener, ITypeDescriptorContext, IServiceProvider
Constructors
GridViewTextBoxColumn()
Initializes a new instance of the GridViewTextBoxColumn.
Declaration
public GridViewTextBoxColumn()
See Also
GridViewTextBoxColumn(String)
Initializes a new instance of the GridViewTextBoxColumn.
Declaration
public GridViewTextBoxColumn(string fieldName)
Parameters
System.String
fieldName
A string value referring to the field name of the column. |
See Also
GridViewTextBoxColumn(String, String)
Initializes a new instance of the GridViewTextBoxColumn.
Declaration
public GridViewTextBoxColumn(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. |
Fields
AcceptsReturnProperty
AcceptsTabProperty
CharacterCasingProperty
MaxLengthProperty
MultilineProperty
Properties
AcceptsReturn
Gets or sets whether the editor accepts the ENTER key in multiline mode
Declaration
public bool AcceptsReturn { get; set; }
Property Value
System.Boolean
|
AcceptsTab
Gets or sets whether the editor accepts the tab key in multiline mode
Declaration
public bool AcceptsTab { get; set; }
Property Value
System.Boolean
|
ColumnCharacterCasing
Gets or sets a value indicating the character casing of the editor.
Declaration
public CharacterCasing ColumnCharacterCasing { get; set; }
Property Value
System.Windows.Forms.CharacterCasing
|
ExcelExportType
Gets or sets the type of the excel export.
Declaration
public override DisplayFormatType ExcelExportType { get; set; }
Property Value
DisplayFormatType
The type of the excel export. |
Overrides
MaxLength
Gets or sets the maximum length of the text that can be entered.
Declaration
public int MaxLength { get; set; }
Property Value
System.Int32
|
Multiline
Gets or sets a value indicating whether the text in the column cells can span more than one line.
Declaration
public bool Multiline { get; set; }
Property Value
System.Boolean
|
Methods
GetDefaultEditor()
GetDefaultEditorType()
Declaration
public override Type GetDefaultEditorType()
Returns
System.Type
|
Overrides
InitializeEditor(IInputEditor)
Declaration
public override void InitializeEditor(IInputEditor editor)
Parameters
IInputEditor
editor
|