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; }
<DataMemberAttribute(Name := "controlData", EmitDefaultValue := false)>
Public Property ControlData As String
Get
Set
public:
[DataMemberAttribute(Name = L"controlData", EmitDefaultValue = false)]
property String^ ControlData {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "controlData", EmitDefaultValue = false)>]
member ControlData : string with get, set
Property Value
Type:
String
The control data.
See Also