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

IFlyoutDefaultProperties.ButtonSize Property

Gets or sets the size of the buttons within this Flyout.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

Size ButtonSize { get; set; }

Property Value

Type Description
Size

A Size structure that specifies the size of the buttons within this Flyout.

Remarks

The ButtonSize property specifies the size for all buttons within the current Flyout. This affects both buttons specified via the Flyout.FlyoutButtons property and buttons added to the FlyoutAction.Commands collection of the FlyoutAction, assigned to the current Flyout. See the Flyouts topic to learn more.

Flyouts - ButtonSize

The ButtonSize property overrides the IFlyoutProperties.ButtonSize property, accessed via the View’s WindowsUIView.FlyoutProperties property.

See Also