Skip to main content

RepositoryItemButtonEdit.CreateDefaultButton() Method

Creates a default button in the button collection.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void CreateDefaultButton()

Remarks

The CreateDefaultButton method adds a new ButtonPredefines.Ellipsis button to the RepositoryItemButtonEdit.Buttons collection. This is the default button, i.e. the button created by an editor’s constructor by default. If you need to add a button of another kind, you can use the EditorButtonCollection.Add method of the RepositoryItemButtonEdit.Buttons property.

The editors with associated popup windows override the CreateDefaultButton method and create a ButtonPredefines.Combo button as default.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CreateDefaultButton() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also