[]
        
(Showing Draft Content)

C1.Win.C1Schedule.AppointmentField

AppointmentField Class

The AppointmentField class describes appointment fields which can be used in table views.

Inheritance
AppointmentField
Namespace: C1.Win.C1Schedule
Assembly: C1.Win.C1Schedule.Extended.4.8.dll
Syntax
public class AppointmentField : INotifyPropertyChanged

Properties

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.

Methods

Name Description
OnPropertyChanged(string)

Fires property change notification.

Events

Name Description
PropertyChanged