Skip to main content

LabelMappingInfo.GetRequiredMappingNames() Method

Returns the string array that specifies what LabelMappingInfo properties are required to map to data source fields. For Labels, you are required to map the LabelMappingInfo.Id property only, other mappings are optional.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public override string[] GetRequiredMappingNames()

Returns

Type Description
String[]

A String array that specifies what LabelMappingInfo properties are required to map to data source fields.

See Also