AxpDataGrid

EditFieldItem Members

EditFieldItem overview

Public Instance Constructors

EditFieldItem Constructor Initializes a new instance of the EditFieldItem class.

Public Instance Properties

CaptionThe Caption (label) for an input field.
ColumnNameThe data Column name.
ColumnsNumber of horizontal characters in a text input field.
CssClassGets or sets the Cascading Style Sheet (CSS) class rendered by the EditFieldItem on the client.
DefaultValueA default value to use when inserting new data records.
DisabledWhether an input field is Disabled.
HeightGets or sets the Height of the EditFieldItem.
HtmlAfterStandard Html code that is rendered to the right of the input field.
IsBooleanWhether a numeric column should be displayed as Checkbox and handled as a boolean.
IsHardCodedWhether a specific column value is considered to be hard coded in the code behind.
IsReadOnlyWhether an input field is ReadOnly.
IsUpdateableWhether a Column value is Updateable (but ReadOnly when Inserting new records)
RequiredWhether an input field is Required.
RichTextEditorReturns the HtmlEditor object if the function EnableRichTextEditor has been called.
RowsNumber of text lines for a Multiline Text input field.
TextModeGets or sets the behavior mode (single-line, multiline, or password) of the EditFieldItem.
UpdateValueA default value to use when Updating a record (as opposed to Inserting a new record)
VisibleWhether an input field is visible.
WidthGets or sets the Width of the EditFieldItem.
WrapWhether a text input field is wrappable.

Public Instance Methods

EnableRichTextEditorCall this method to enable a rich client side Html based editor for this field. Works with Internet Explorer only.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

EditFieldItem Class | Axezz.WebControls Namespace