AppointmentField Class Members
In This Topic
The following tables list the members exposed by AppointmentField.
Public Properties
| Name | Description |
 | Caption | Gets or sets the System.String value to display column caption for this field. |
 | DataType | Determines field data type. |
 | GroupIndex | Specifies the column order according to which data is grouped. Values must be unique. The default value is -1, which means no grouping by this field. |
 | Hidden | Determines whether field can be shown and available for sorting, filtering and grouping operations. |
 | Name | Gets field name. |
 | ReadOnly | Determines whether field should be editable by end-user. |
 | Sort | Determines field sort options. |
 | Visible | Determines whether field should be visible to end-user. |
Top
Public Events
See Also