Skip to main content

PersistentObjectStorage<T>.GetColumnNames() Method

Gets the names of data columns associated with this PersistentObjectStorage<T> object.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public virtual StringCollection GetColumnNames()

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