Skip to main content
A newer version of this page is available. .

HyperLinkEdit.Properties Property

Contains settings specific to the hyperlink editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DXCategory("Properties")]
[SmartTagSearchNestedProperties]
public RepositoryItemHyperLinkEdit Properties { get; }

Property Value

Type Description
RepositoryItemHyperLinkEdit

A RepositoryItemHyperLinkEdit object containing settings for the current editor.

Remarks

See RepositoryItemHyperLinkEdit to learn more.

See Also