Back to Devexpress

HtmlContentControl.AllowFocus Property

windowsforms-devexpress-dot-xtraeditors-dot-htmlcontentcontrol-3d35a219.md

latest1.2 KB
Original Source

HtmlContentControl.AllowFocus Property

Gets or sets whether the HtmlContentControl can be focused.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public virtual bool AllowFocus { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Overridable Property AllowFocus As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

HtmlContentControl Class

HtmlContentControl Members

DevExpress.XtraEditors Namespace