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

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.v19.2.dll

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