Skip to main content

MappingBase.Type Property

Gets the mapping’s type.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

[Browsable(false)]
public abstract Type Type { get; }

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