HtmlContentControl.AllowFocus Property
Gets or sets whether the HtmlContentControl can be focused.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v26.1.dll
Declaration
[DefaultValue(true)]
[DXCategory("Behavior")]
public virtual bool AllowFocus { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
See Also