Click or drag to resize
GridTextBoxColumnEditor Class
Class the implements data editing of a GridBoundColumn with a single TextBox control.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    Kettic.AspNet.ControlsGridColumnEditorBase
      Kettic.AspNet.ControlsGridTextColumnEditor
        Kettic.AspNet.ControlsGridTextBoxColumnEditor

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class GridTextBoxColumnEditor : GridTextColumnEditor

The GridTextBoxColumnEditor type exposes the following members.

Constructors
  NameDescription
Public methodGridTextBoxColumnEditor
Top
Properties
  NameDescription
Public propertyIsInitialized (Overrides GridColumnEditorBaseIsInitialized.)
Public propertyText (Overrides GridTextColumnEditorText.)
Public propertyTextBoxControl
Gets The text box instance created of extracted from a cell after calls to AddControlsToContainer or LoadControlsFromContainer methods.
Public propertyTextBoxMaxLength
Public propertyTextBoxMode
Public propertyTextBoxStyle
Gets the instace of the Style that would be applied to the TextBox control, when initializing in a TableCell.
Top
See Also