BaseButton.BackColor Property
Gets or sets the button’s background color.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
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