StyleDataTypes Property

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; }

Property Value

Type: IListString
The types this style is compatible with.
See Also