Skip to main content
A newer version of this page is available. .

IButtonProperties.Appearance Property

Provides access to the current IButton object’s appearance settings.

Namespace: DevExpress.XtraEditors.ButtonPanel

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DXCategory("Appearance")]
AppearanceObject Appearance { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject that stores the current IButton object’s appearance settings.

Remarks

See the Header Buttons and WindowsUI Custom Buttons topics to learn more.

See Also