Gets or sets the cancel button. 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 ButtonBase CancelButton { get; set; }
Visual Basic (Declaration)
Public Property CancelButton As ButtonBase
Visual C++
public:
property ButtonBase^ CancelButton {
	ButtonBase^ get ();
	void set (ButtonBase^ value);
}

Field Value

The cancel button.

See Also