[]
The AppointmentField class describes appointment fields which can be used in table views.
public class AppointmentField : INotifyPropertyChanged
Name | Description |
---|---|
Caption | Gets or sets the 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. |
Name | Description |
---|---|
OnPropertyChanged(string) | Fires property change notification. |
Name | Description |
---|---|
PropertyChanged |