IButtonProperties.Appearance Property
In This Article
Provides access to the current IButton object’s appearance settings.
Namespace: DevExpress.XtraEditors.ButtonPanel
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[DXCategory("Appearance")]
AppearanceObject Appearance { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
See the Header Buttons and WindowsUI Custom Buttons topics to learn more.
See Also