Back to Devexpress

WindowsUIButtonPanel.AppearanceButton Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-windowsuibuttonpanel-06a740d0.md

latest2.1 KB
Original Source

WindowsUIButtonPanel.AppearanceButton Property

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

Namespace : DevExpress.XtraBars.Docking2010

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public virtual ButtonsPanelControlAppearance AppearanceButton { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property AppearanceButton As ButtonsPanelControlAppearance

Property Value

TypeDescription
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

Buttons

WindowsUIButtonPanel Class

WindowsUIButtonPanel Members

DevExpress.XtraBars.Docking2010 Namespace