RadialMenu.GetAutoSize(BarItem) Method
Gets whether the specified BarItem is auto-sized when it belongs to a RadialMenu.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
item | Bar |
A Bar |
#Returns
Type | Description |
---|---|
DevExpress. |
A Radial |
#Remarks
For BarItem objects belonging to the RadialMenu, the GetAutoSize method allows you to get a RadialMenuContainerItemAutoSize enumeration value that indicates whether the specified BarItem object is auto-sized.
To enable or disable the auto-size feature for a specific BarItem, use the RadialMenu.SetAutoSize method.
See RadialMenu.ItemAutoSize to learn more.