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

IFlyoutDefaultProperties.ActualButtonSize Property

Gets the current button size for this Flyout.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[Browsable(false)]
Size ActualButtonSize { get; }

Property Value

Type Description
Size

A Size structure that specifies the current button size for this Flyout.

Remarks

See the IFlyoutDefaultProperties.ButtonSize and IFlyoutProperties.ButtonSize properties to learn more.

See Also