EditorButton() Constructor
In This Article
Initializes a new instance of the EditorButton class with default settings.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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