Click or drag to resize

CustomFieldSpecific Properties

The CustomFieldSpecific type exposes the following members.

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