IFlyoutProperties.ButtonSize Property
Specifies the button size for all Flyouts within the current WindowsUIView.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.