RealTimeSource.GetDisplayableProperties(Object) Method
Returns the displayable property names of an item type contained in a specified data source.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| source | Object | The data source object to examine for property information. |
Returns
| Type | Description |
|---|---|
| IEnumerable<String> | An IEnumerable<String> list of property names. |
See Also