Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static IEnumerable<string> GetDisplayableProperties(
    object source
)

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