MappingBase.Type Property
In This Article
Gets the mapping’s type.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Property Value
Type | Description |
---|---|
Type | A Type object which represents the mapping’s type. |
#Remarks
This property should be overridden in descendants of the MappingBase class.
See Also