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

RibbonMiniToolbar.OpacityOptions Property

Provides access to the toolbar opacity options.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Options")]
public RibbonMiniToolbarOpacityOptions OpacityOptions { get; set; }

#Property Value

Type Description
RibbonMiniToolbarOpacityOptions

A RibbonMiniToolbarOpacityOptions object that specifies the toolbar opacity options.

#Remarks

The toolbar visibility depends on the distance from the mouse cursor to the toolbar (see the RibbonMiniToolbarOpacityOptions.OpacityDistance topic). Use the OpacityOptions property to customize opacity settings, such as the opacity and transparency distances.

The opacity settings are ignored when the toolbar is displayed along with a RibbonMiniToolbar.PopupMenu object.

See Also