Skip to main content

ASPxAppointmentCustomFieldMapping(String, String) Constructor

Initializes a new instance of the ASPxAppointmentCustomFieldMapping class with the specified settings.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ASPxAppointmentCustomFieldMapping(
    string name,
    string member
)

Parameters

Name Type Description
name String

A String value that specifies the name of the custom field. This value is assigned to the CustomFieldMappingBase<T>.Name property.

member String

A String value that specifies the member value of the custom field mapping. This value is assigned to the ASPxAppointmentCustomFieldMapping.Member property.

See Also