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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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