Gets or sets the property which indicates if toolbar is visible. This is a dependency property.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public Visibility ToolBarVisible { get; set; } |
Visual Basic (Declaration) |
---|
Public Property ToolBarVisible As Visibility |
Visual C++ |
---|
public: property Visibility ToolBarVisible { Visibility get (); void set (Visibility value); } |