Click or drag to resize

CustomField Properties

The CustomField type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalValidator
Public propertyConnection (Inherited from DbObject.)
Public propertyContext
Gets or sets the context.
Public propertyDropDownDefaultValue
Stores and retrieves a DropDownList default value.
Public propertyDropDownList
Stores and retrieves a list of DropDownList items.
Public propertyEnableClientValidation
Gets or sets a value indicating whether [enable client validation].
Public propertyID (Inherited from DbObject.)
Public propertyIsDropDown
Determines whether the current field is DropDown.
Public propertyIsNew (Inherited from DbObject.)
Public propertyItemID
Gets or sets the item identifier.
Public propertyName
Stores and retrieves the current field name.
Public propertyRequired
Determines whether it is required to fill current field. IFControlInfo
Public propertySort
Stores and retrieves the current field sort position.
Public propertySystemName
Stores and retrieves the current field system name.
Public propertyTransaction (Inherited from DbObject.)
Public propertyTypeID
Stores and retrieves the current field type.
Public propertyValidationContext
Gets the validation context.
Public propertyValue
Gets or sets the value.
Top
See Also