Skip to main content

WindowsUIButtonPanel.AppearanceButton Property

Gets the object that contains appearance settings applied to WindowsUIButtons within the WindowsUIButtonPanel.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public virtual ButtonsPanelControlAppearance AppearanceButton { get; }

Property Value

Type Description
DevExpress.XtraEditors.ButtonsPanelControl.ButtonsPanelControlAppearance

An ButtonsPanelControlAppearance object that contains appearance settings applied to WindowsUIButtons within the WindowsUIButtonPanel.

Remarks

The AppearanceButton property allows you to access appearance settings, such as font settings or foreground color, common to all items within the panel’s WindowsUIButtonPanel.Buttons collection.

See Also