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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Returns
Type | Description |
---|---|
String[] | A String array that specifies what LabelMappingInfo properties are required to map to data source fields. |
See Also