IFlyoutDefaultProperties.ButtonSize Property
Gets or sets the size of the buttons within this Flyout.
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 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.
The ButtonSize property overrides the IFlyoutProperties.ButtonSize property, accessed via the View’s WindowsUIView.FlyoutProperties property.