Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ButtonPredefines Enum

Specifies the surface image of a button.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.Utils.v24.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

#Declaration

public enum ButtonPredefines

#Members

Name Description
Glyph

A custom bitmap is drawn on the button’s surface.

Down

A Down-arrow is drawn on the button’s surface.

ButtonPredefinesDown.png

Up

An Up-arrow is drawn on the button’s surface.

ButtomPredefinesUp

Left

A Left-arrow symbol is drawn on the button’s surface.

ButtomPredefinesLeft

Right

A Right-arrow is drawn the button’s surface.

ButtomPredefinesRight

Ellipsis

An Ellipsis symbol is drawn on the button’s surface.

ButtonPredefinesEllipsis.png

Delete

A Delete symbol is drawn on the button’s surface.

ButtonPredefinesDelete.png

OK

An OK sign is drawn on the button’s surface.

ButtomPredefinesOK

Plus

A Plus sign is drawn on the button’s surface.

ButtomPredefinesPlus

Minus

A Minus sign is drawn on the button’s surface.

ButtomPredefinesMinus

Redo

A Redo symbol is drawn on the button’s surface.

ButtomPredefinesRedo

Undo

An Undo symbol is drawn on the button’s surface.

ButtomPredefinesUndo

Combo

A Down-arrow for a combo box is drawn on the button’s surface.

ButtonPredefinesCombo

SpinUp

An up-arrow for a spin editor is displayed on the button’s surface.

ButtonPredefinesSpinUp

SpinDown

A down-arrow for a spin editor is displayed on the button’s surface.

ButtonPredefinesSpinDown

SpinLeft

A left-arrow for a spin editor is displayed on the button’s surface.

ButtonPredefinesSpinLeft

SpinRight

A right-arrow for a spin editor is displayed on the button’s surface.

ButtonPredefinesSpinRight

Close

A Close symbol is displayed on the button’s surface.

ButtonPredefinesClose

DropDown

A Down-arrow is drawn on the button’s surface. Unlike, the Down button, this kind of button allows text to be displayed next to the down-arrow.

ButtonPredefinesDropDown

A Search symbol is drawn on the button’s surface.

ButtonPredefinesSearch

Clear

A Clear symbol is drawn on the button’s surface.

ButtonPredefinesClear

Separator

A Separator.

ButtonPredefinesSeparator

#Related API Members

The following properties accept/return ButtonPredefines values:

#Remarks

The ButtonPredefines type enumerates button types (images that should be displayed on the button’s surface) for several controls.

For instance, a ButtonEdit control represents an editor that can display buttons within its edit box. Each button kind is of type ButtonPredefines . See the EditorButton.Kind property to specify button kind.

The following screenshots provide examples using the XP scheme.

See Also