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)
Syntaxpublic IList<string> Types { get; }Public ReadOnly Property Types As IList(Of String)
Get
public:
property IList<String^>^ Types {
IList<String^>^ get ();
}member Types : IList<string> with get
Property Value
Type:
IListString
The types this style is compatible with.
See Also