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

AppointmentDataStorage.GetColumnNames() Method

Returns names of data fields that belong to this AppointmentDataStorage‘s data source.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public StringCollection GetColumnNames()

Returns

Type Description
StringCollection

A StringCollection object that stores names of data fields that belong to this AppointmentDataStorage‘s data source.

See Also