RepositoryItemHyperLinkEdit.CreateDefaultButton() Method
The method overrides the base RepositoryItemButtonEdit.CreateDefaultButton method to prevent it from creating a default button.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
A hyperlink control is inherited from the ButtonEdit class. By default a new button edit control contains a button created by the RepositoryItemButtonEdit.CreateDefaultButton method. This method is overridden by a hyperlink editor in order to prevent the creation of the default button.
See Also