Skip to main content
A newer version of this page is available. .
All docs
V22.2

HtmlContentControl.AllowFocus Property

Gets or sets whether the HtmlContentControl can be focused.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v22.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Boolean true

true if the control can be focused; otherwise, false.

See Also