PersistentObjectStorage<T>.GetColumnNames() Method
In This Article
Gets the names of data columns associated with this PersistentObjectStorage<T> object.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public virtual StringCollection GetColumnNames()
#Returns
Type | Description |
---|---|
String |
A String |
#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