Skip to main content

CustomFieldMappingBase<T>.Type Property

Gets the type of this custom field mapping object.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public override Type Type { get; }

Property Value

Type Description
Type

A System.Type which represents the type of this custom field mapping object.

See Also