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

FlyoutPanelButtonOptions.AppearanceButton Property

Provides access to appearance settings used to paint the FlyoutPanel‘s buttons in different visual states.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

#Declaration

[DXCategory("Appearance")]
public virtual ButtonsPanelControlAppearance AppearanceButton { get; }

#Property Value

Type Description
DevExpress.XtraEditors.ButtonsPanelControl.ButtonsPanelControlAppearance

A DevExpress.XtraEditors.ButtonsPanelControl.ButtonsPanelControlAppearance object that stores appearance settings.

#Property Paths

You can access this nested property as listed below:

Object Type Path to AppearanceButton
FlyoutPanel
.OptionsButtonPanel .AppearanceButton
OfficeNavigationBar
.OptionsPeekFormButtonPanel .AppearanceButton

#Remarks

The AppearanceButton property provides access to appearance settings common to all buttons in the FlyoutPanel‘s button panel. The ButtonsPanelControlAppearance object contains appearance settings for normal, hovered and selected visual states.

See Also