ResourceDataStorage.GetColumnNames() Method
Returns names of data fields that belong to this ResourceDataStorage‘s data source.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Returns
Type | Description |
---|---|
StringCollection | A StringCollection object that stores names of data fields that belong to this ResourceDataStorage‘s data source. |
See Also