StyleTypes Property

Gets the types that this style is compatible with. These will match with the UIClassName (JavaScript class name).

Namespace:  Dundas.BI.Entities.Views.Styles
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public IList<string> Types { get; }

Property Value

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