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

MappingBase.Type Property

Gets the mapping’s type.

Namespace: DevExpress.XtraScheduler

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

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