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