Skip to main content

IFlyoutDefaultProperties.ActualButtonSize Property

Gets the current button size for this Flyout.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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