AppointmentCustomFieldMapping(String, String, FieldValueType) Constructor
In This Article
Initializes a new instance of the AppointmentCustomFieldMapping class with the specified name of the appointment property, member name (the name of the field in the data source) and the field type.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public AppointmentCustomFieldMapping(
string name,
string member,
FieldValueType valueType
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String value that specifies the name of the appointment property. This value is assigned to the Custom |
member | String | A String value that specifies the member value of the custom field mapping. This value is assigned to the Custom |
value |
Field |
A Field |
See Also