Skip to main content

RealTimeSource.DisplayableProperties Property

Specifies a semicolon-separated list of displayable property names.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public string DisplayableProperties { get; set; }

Property Value

Type Description
String

A string which is a semicolon-separated list of displayable property names.

Remarks

You can use this property to specify a limited set of the data record properties visible to a bound control. When the DisplayableProperties value is empty, all properties are visible.

See Also