Back to Devexpress

AppointmentDataStorage.GetColumnNames() Method

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentdatastorage-8b6af240.md

latest1.5 KB
Original Source

AppointmentDataStorage.GetColumnNames() Method

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public StringCollection GetColumnNames()
vb
Public Function GetColumnNames As StringCollection

Returns

TypeDescription
StringCollection

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

|

See Also

AppointmentDataStorage Class

AppointmentDataStorage Members

DevExpress.XtraScheduler Namespace