StyleControlData 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.Entities.Views.Styles
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string ControlData { get; set; }
Public Property ControlData As String
Get
Set
public:
property String^ ControlData {
String^ get ();
void set (String^ value);
}
member ControlData : string with get, set
Property Value
Type:
String
The control data.
See Also