New to Telerik UI for WPFStart a free 30-day trial

Represents default button service.

Definition

Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI.Dialogs

Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll

Syntax:

C#
public static class DefaultButtonService

Inheritance: objectDefaultButtonService

Fields

DefaultButtonProperty

DependencyProperty

Dependency property for default button.

C#
public static readonly DependencyProperty DefaultButtonProperty

Methods

Gets the default button.

C#
public static Button GetDefaultButton(DependencyObject element)
Parameters:elementDependencyObject

The element.

Returns:

Button

Sets the default button.

C#
public static void SetDefaultButton(DependencyObject element, Button button)
Parameters:elementDependencyObject

The element.

buttonButton

The button.