Skip to main content

EditorButton(ButtonPredefines) Constructor

Initializes a new instance of the ButtonPredefines class with a ButtonPredefines button type.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[EditorButtonPreferredConstructor]
public EditorButton(
    ButtonPredefines kind
)

Parameters

Name Type Description
kind ButtonPredefines

A ButtonPredefines type value representing the kind of button to create.

Remarks

Use this constructor to create a button and initialize its EditorButton.Kind property with the specified value. After the button is created, you can add it to the button’s collection of a ButtonEdit control using the EditorButtonCollection.Add method. To access the button’s collection, see the RepositoryItemButtonEdit.Buttons property.

See Also