Back to Devexpress

IFlyoutProperties.ButtonSize Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-iflyoutproperties-bc111a66.md

latest2.9 KB
Original Source

IFlyoutProperties.ButtonSize Property

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

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
Size ButtonSize { get; set; }
vb
Property ButtonSize As Size

Property Value

TypeDescription
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

FlyoutProperties

ButtonSize

IFlyoutProperties Interface

IFlyoutProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace