Skip to main content
A newer version of this page is available. .

ASPxAppointmentCustomFieldMapping() Constructor

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

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public ASPxAppointmentCustomFieldMapping()

Remarks

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

See Also