Skip to main content

IFlyoutProperties.ButtonSize Property

Specifies the button size for all Flyouts within the current WindowsUIView.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

Size ButtonSize { get; set; }

Property Value

Type Description
Size

A Size structure that specifies the button size for all Flyouts within the current WindowsUIView.

Remarks

The ButtonSize property can be accessed via the WindowsUIView.FlyoutProperties property and manages the size of all buttons within all Flyouts for the current WindowsUIView. You can override this setting for an individual Flyout via its IFlyoutDefaultProperties.ButtonSize property.

The ButtonSize property affects both buttons specified via the Flyout.FlyoutButtons property and buttons added to the FlyoutAction.Commands collection of the FlyoutAction, assigned to a Flyout.

See Also