Back to Devexpress

EditorButton.DrawBackground Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-editorbutton-ee032cd1.md

latest1.9 KB
Original Source

EditorButton.DrawBackground Property

Gets or sets whether a selected EditorButton is highlighted when the mouse interacts with the button.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool DrawBackground { get; set; }
vb
<DefaultValue(True)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DXCategory("Behavior")>
Public Overridable Property DrawBackground As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to highlight a selected EditorButton; otherwise, false.

|

Remarks

DrawBackground ValueEditorButton Appearance
True
False

See Also

EditorButton Class

EditorButton Members

DevExpress.XtraEditors.Controls Namespace