Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WindowsUIButtonPanel.AppearanceButton Property

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

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v24.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