AppointmentStatusDataStorage.GetColumnNames() Method
In This Article
Returns data field names that belong to this AppointmentStatusDataStorage‘s data source.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public StringCollection GetColumnNames()
#Returns
Type | Description |
---|---|
String |
A String |
See Also