Skip to main content

EditorButton() Constructor

Initializes a new instance of the EditorButton class with default settings.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[EditorButtonPreferredConstructor]
public EditorButton()

Remarks

The default constructor creates a new button with default property values.

You can create a button in order to add it to the button collection of a ButtonEdit control. To add the button, see the EditorButtonCollection.Add method accessible via the RepositoryItemButtonEdit.Buttons property.

See Also