Skip to main content

HyperLinkEdit() Constructor

Creates an instance of the HyperLinkEdit control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public HyperLinkEdit()

Remarks

The constructor allows you to create a hyperlink editor at runtime. The editor’s properties are set to their default settings. After the editor is created, use the HyperLinkEdit.Properties object to customize the editor’s look, feel and behavior.

To create editors for inplace editing within container control such as the XtraGrid, you must create a corresponding repository items. For instance, to create an inplace hyperlink editor for an Grid Control column, create a RepositoryItemHyperLinkEdit object and assign it to the column’s GridColumn.ColumnEdit property.

See Also