EditFieldItem Constructor
|
Initializes a new instance of the EditFieldItem class. |
Caption | The Caption (label) for an input field. |
ColumnName | The data Column name. |
Columns | Number of horizontal characters in a text input field. |
CssClass | Gets or sets the Cascading Style Sheet (CSS) class rendered by the EditFieldItem on the client. |
DefaultValue | A default value to use when inserting new data records. |
Disabled | Whether an input field is Disabled. |
Height | Gets or sets the Height of the EditFieldItem. |
HtmlAfter | Standard Html code that is rendered to the right of the input field. |
IsBoolean | Whether a numeric column should be displayed as Checkbox and handled as a boolean. |
IsHardCoded | Whether a specific column value is considered to be hard coded in the code behind. |
IsReadOnly | Whether an input field is ReadOnly. |
IsUpdateable | Whether a Column value is Updateable (but ReadOnly when Inserting new records) |
Required | Whether an input field is Required. |
RichTextEditor | Returns the HtmlEditor object if the function EnableRichTextEditor has been called. |
Rows | Number of text lines for a Multiline Text input field. |
TextMode | Gets or sets the behavior mode (single-line, multiline, or password) of the EditFieldItem. |
UpdateValue | A default value to use when Updating a record (as opposed to Inserting a new record) |
Visible | Whether an input field is visible. |
Width | Gets or sets the Width of the EditFieldItem. |
Wrap | Whether a text input field is wrappable. |
EnableRichTextEditor | Call 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. |
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. |
EditFieldItem Class | Axezz.WebControls Namespace