Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public virtual ButtonsPanelControlAppearance AppearanceButton { get; }

Property Value

Type Description
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