Skip to main content

ASPxAppointmentCustomFieldMapping() Constructor

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

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ASPxAppointmentCustomFieldMapping()

Remarks

In this case the CustomFieldMappingBase<T>.Name and ASPxAppointmentCustomFieldMapping.Member properties will be set to Empty.

See Also