Skip to main content
A newer version of this page is available. .

RealTimeSource.DisplayableProperties Property

Specifies a semicolon-separated list of displayable property names.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v19.2.dll

Declaration

[DefaultValue("")]
public string DisplayableProperties { get; set; }

Property Value

Type Default Description
String String.Empty

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