Skip to main content
A newer version of this page is available. .

IPersistentObjectStorage<T>.GetColumnNames() Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

StringCollection GetColumnNames()

Returns

Type Description
StringCollection

A StringCollection object.

Remarks

This method obtains the column names of the data source for the data-bound AppointmentStorage and ResourceStorage objects.

See Also