Skip to main content

RepositoryItemHyperLinkEdit() Constructor

Initializes a new RepositoryItemHyperLinkEdit class instance with default settings.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RepositoryItemHyperLinkEdit()

Remarks

The constructor creates a new RepositoryItemColorEdit class instance with default settings.

When a hyperlink editor is created, the current constructor is automatically invoked to initialize the control’s HyperLinkEdit.Properties property. Generally, you do not need to call the RepositoryItemHyperLinkEdit constructor unless you have to create hyperlink editors for inplace editing within container controls such as the Grid Control (or any other DevExpress container control that uses the XtraEditors Library).

See Also