BaseButton.BackColor Property
Gets or sets the button’s background color.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Appearance")]
[Browsable(false)]
public override Color BackColor { get; set; }
Property Value
Type | Description |
---|---|
Color | A Color structure which specifies the button’s background color. |
See Also