Skip to main content

ASPxResourceCustomFieldMapping() Constructor

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

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ASPxResourceCustomFieldMapping()

Remarks

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

See Also