Back to Devexpress

BaseContentContainer.AppearanceButton Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basecontentcontainer-b741e421.md

latest2.0 KB
Original Source

BaseContentContainer.AppearanceButton Property

Provides access to the appearance settings used to paint WindowsUI Buttons within the current Content Container.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual ButtonsPanelControlAppearance AppearanceButton { get; }
vb
Public Overridable ReadOnly Property AppearanceButton As ButtonsPanelControlAppearance

Property Value

TypeDescription
DevExpress.XtraEditors.ButtonsPanelControl.ButtonsPanelControlAppearance

A ButtonsPanelControlAppearance object that stores appearance settings used to paint Custom Buttons.

|

Remarks

See the WindowsUI Buttons topic to learn more.

See Also

WindowsUI Buttons

BaseContentContainer Class

BaseContentContainer Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace