StatusMappingInfo.GetRequiredMappingNames() Method
Returns the string array that specifies what StatusMappingInfo properties are required to map to data source fields. For Statuses, you are required to map the StatusMappingInfo.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 StatusMappingInfo properties are required to map to data source fields. |
See Also