StyleDataControlData Property

Gets or sets the control data which is stored as a JSON string. This is equivalent to the Data property on the Adapter class, which contains properties specific to the UI control.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "controlData", EmitDefaultValue = false)]
public string ControlData { get; set; }

Property Value

Type: String
The control data.
See Also