AppointmentLabelDataStorage.GetColumnNames() Method
Returns data field names that belong to this AppointmentLabelDataStorage‘s data source.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Returns
| Type | Description |
|---|---|
| StringCollection | A StringCollection object that stores data field names that belong to this AppointmentLabelDataStorage‘s data source. |
See Also