Skip to main content
A newer version of this page is available. .

EditorButton(Object, ButtonPredefines) Constructor

Initializes a new instance of the EditorButton class with the specified property values.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public EditorButton(
    object tag,
    ButtonPredefines kind
)

Parameters

Name Type Description
tag Object

The value to initialize the button’s EditorButton.Tag property with.

kind ButtonPredefines

The value to initialize the button’s EditorButton.Kind property with.

Remarks

Use the constructor to create a button for a ButtonEdit control. After the button is created, you can add it to the button collection of the control using the EditorButtonCollection.Add method. To access the button’s collection, see the RepositoryItemButtonEdit.Buttons property.

See Also