Click or drag to resize
GridTextColumnEditor Class
Base class that intruduces the editor of GridBoundColumn. THis can be an editor that creates a simple TextBox control, ot RichText editors, that has a single string property Text.
Inheritance Hierarchy

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

The GridTextColumnEditor type exposes the following members.

Constructors
  NameDescription
Public methodGridTextColumnEditor
Top
Properties
  NameDescription
Public propertyText
Top
See Also