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

RepositoryItemHypertextLabel.SingleClick Property

If the label contains a hyperlink, gets or sets whether a single or double click opens a browser.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
public bool SingleClick { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to use a single click to open a browser; otherwise, false.

See Also