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.v20.2.dll
Declaration
public override string[] GetRequiredMappingNames()
Public Overrides Function GetRequiredMappingNames As String()
Returns
Type | Description |
---|---|
String[] | A String array that specifies what LabelMappingInfo properties are required to map to data source fields. |
See Also
Feedback