Gets the types that this style is compatible with. These will match with the UIClassName (JavaScript class name).
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "types", EmitDefaultValue = false)]
public IList<string> Types { get; }<DataMemberAttribute(Name := "types", EmitDefaultValue := false)>
Public ReadOnly Property Types As IList(Of String)
Get
public:
[DataMemberAttribute(Name = L"types", EmitDefaultValue = false)]
property IList<String^>^ Types {
IList<String^>^ get ();
}[<DataMemberAttribute(Name = "types", EmitDefaultValue = false)>]
member Types : IList<string> with get
Property Value
Type:
IListString
The types this style is compatible with.
See Also