RealTimeSource.DisplayableProperties Property
Specifies a semicolon-separated list of displayable property names.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
Declaration
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