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
Initializes a new instance of the GridViewTextBoxColumn.
public GridViewTextBoxColumn()
Initializes a new instance of the GridViewTextBoxColumn.
Initializes a new instance of the GridViewTextBoxColumn.
public GridViewTextBoxColumn(string fieldName)
A string value referring to the field name of the column.
Fields
public static RadProperty AcceptsReturnProperty
public static RadProperty AcceptsTabProperty
public static RadProperty CharacterCasingProperty
public static RadProperty MaxLengthProperty
public static RadProperty MultilineProperty
Properties
Gets or sets whether the editor accepts the ENTER key in multiline mode
[Browsable(true)]
public bool AcceptsReturn { get; set; }
Gets or sets whether the editor accepts the tab key in multiline mode
[Browsable(true)]
public bool AcceptsTab { get; set; }
Gets or sets a value indicating the character casing of the editor.
[Browsable(true)]
public CharacterCasing ColumnCharacterCasing { get; set; }
Gets or sets the type of the excel export.
public override DisplayFormatType ExcelExportType { get; set; }
The type of the excel export.
Overrides:
Gets or sets the maximum length of the text that can be entered.
[Browsable(true)]
public int MaxLength { get; set; }
Methods
public override void InitializeEditor(IInputEditor editor)
Overrides: