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