Skip to main content

DXRepeatButton Members

The button that raises its Click event with a specified interval while a user presses it.

Constructors

Name Description
DXRepeatButton() Initializes a new instance of the DXRepeatButton class.

Fields

Name Description
CommandParameterProperty static Identifies the CommandParameter dependency property. Inherited from DXButton.
CommandProperty static Identifies the Command dependency property. Inherited from DXButton.
ContentProperty static Identifies the Content dependency property. Inherited from DXButton.
ContentTemplateProperty static Identifies the ContentTemplate dependency property. Inherited from DXButton.
ContentTemplateSelectorProperty static Identifies the ContentTemplateSelector dependency property. Inherited from DXButton.
DelayProperty static Identifies the Delay dependency property.
IconHeightProperty static Identifies the IconHeight dependency property. Inherited from DXButton.
IconPlacementProperty static Identifies the IconPlacement dependency property. Inherited from DXButton.
IconProperty static Identifies the Icon dependency property. Inherited from DXButton.
IconSpacingProperty static Identifies the IconSpacing dependency property. Inherited from DXButton.
IconTemplateProperty static Identifies the IconTemplate dependency property. Inherited from DXButton.
IconWidthProperty static Identifies the IconWidth dependency property. Inherited from DXButton.
IntervalProperty static Identifies the Interval dependency property.
ShowContentProperty static Identifies the ShowContent dependency property. Inherited from DXButton.
ShowIconProperty static Identifies the ShowIcon dependency property. Inherited from DXButton.
StyleSettingsProperty static Identifies the StyleSettings dependency property. Inherited from DXButton.

Properties

Name Description
Background Gets or sets a brush that paints the button’s background. Inherited from DXButton.
BorderBrush Gets or sets a brush that paints the button’s border. Inherited from DXButton.
BorderThickness Gets or sets the thickness of the button’s border. Inherited from DXButton.
Command Gets or sets a command that is executed when a user clicks the button. This is a dependency property. Inherited from DXButton.
CommandParameter Gets or sets a parameter passed to the Command property. This is a dependency property. Inherited from DXButton.
Content Gets or sets the button’s content. This is a dependency property. Inherited from DXButton.
ContentTemplate Gets or sets a template that defines the appearance of the button’s content. This is a dependency property. Inherited from DXButton.
ContentTemplateSelector Gets or sets an object that chooses the button’s content template based on custom logic. This is a dependency property. Inherited from DXButton.
CornerRadius Gets or sets the radius for the button’s corners. Inherited from DXButton.
Delay Gets or sets the time between when a user presses the button and the button starts to repeat the click action.
Foreground Gets or sets a brush that paints the button’s foreground. Inherited from DXButton.
HorizontalContentAlignment Gets or sets the horizontal alignment of the button’s content. Inherited from DXButton.
Icon Gets or sets an icon displayed in the button. This is a dependency property. Inherited from DXButton.
IconHeight Gets or sets the height of the button’s icon. This is a dependency property. Inherited from DXButton.
IconPlacement Gets or sets the icon’s position within the button. This is a dependency property. Inherited from DXButton.
IconSpacing Gets or sets the amount of space between the icon and the button’s content. This is a dependency property. Inherited from DXButton.
IconTemplate Gets or sets a template that defines the appearance of the button’s icon. This is a dependency property. Inherited from DXButton.
IconWidth Gets or sets the width of the button’s icon. This is a dependency property. Inherited from DXButton.
Interval Gets or sets the time between the repeated clicks.
IsEnabled Gets or sets whether users can interact with the button. Inherited from DXButton.
Padding Gets or sets the amount of space between the button’s content and borders. Inherited from DXButton.
ShowContent Gets or sets whether to display the button’s content. This is a dependency property. Inherited from DXButton.
ShowIcon Gets or sets whether to display the button’s icon. This is a dependency property. Inherited from DXButton.
StyleSettings Gets or sets style settings applied to the button. This is a dependency property. Inherited from DXButton.
VerticalContentAlignment Gets or sets the vertical alignment of the button’s content. Inherited from DXButton.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
Click Occurs when a user clicks the button. Inherited from DXButton.
See Also