PersistentObjectStorage<T>.GetColumnNames() Method
Gets the names of data columns associated with this PersistentObjectStorage<T> object.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Returns
Type | Description |
---|---|
StringCollection | A StringCollection object. |
Remarks
This method may be used to obtain the column names of the data source for data-bound appointment, resource and appointment dependency storages.
See Also