CustomField Properties |
The CustomField type exposes the following members.
| Name | Description | |
|---|---|---|
| AdditionalValidator | ||
| Connection | (Inherited from DbObject.) | |
| Context |
Gets or sets the context.
| |
| DropDownDefaultValue |
Stores and retrieves a DropDownList default value.
| |
| DropDownList |
Stores and retrieves a list of DropDownList items.
| |
| EnableClientValidation |
Gets or sets a value indicating whether [enable client validation].
| |
| ID | (Inherited from DbObject.) | |
| IsDropDown |
Determines whether the current field is DropDown.
| |
| IsNew | (Inherited from DbObject.) | |
| ItemID |
Gets or sets the item identifier.
| |
| Name |
Stores and retrieves the current field name.
| |
| Required |
Determines whether it is required to fill current field. IFControlInfo | |
| Sort |
Stores and retrieves the current field sort position.
| |
| SystemName |
Stores and retrieves the current field system name.
| |
| Transaction | (Inherited from DbObject.) | |
| TypeID |
Stores and retrieves the current field type.
| |
| ValidationContext |
Gets the validation context.
| |
| Value |
Gets or sets the value.
|