Gets a value that indicates whether this style is empty.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.4 (in C1.Silverlight.Olap.4.dll)

Syntax

C#
[BrowsableAttribute(false)]
public virtual bool IsEmpty { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public Overridable ReadOnly Property IsEmpty As Boolean
	Get

See Also