Gets or sets disabled button state content. This is a dependency property.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public Object DisabledContent { get; set; }
Visual Basic (Declaration)
Public Property DisabledContent As Object
Visual C++
public:
property Object^ DisabledContent {
	Object^ get ();
	void set (Object^ value);
}

Field Value

The disabled button state content.

See Also