RadialMenu.GetItemAutoSize(BarLinkContainerItem) Method
Gets whether items contained in the specified BarLinkContainerItem are auto-sized.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public RadialMenuContainerItemAutoSize GetItemAutoSize(
BarLinkContainerItem item
)
#Parameters
Name | Type | Description |
---|---|---|
item | Bar |
A Bar |
#Returns
Type | Description |
---|---|
DevExpress. |
A Radial |
#Remarks
For BarLinkContainerItem objects belonging to the RadialMenu, the GetItemAutoSize method allows you to get a RadialMenuContainerItemAutoSize enumeration value indicating whether items of the specified BarLinkContainerItem object are auto-sized.
To set whether the auto-size feature is enabled or disabled for a specific BarLinkContainerItem, use the RadialMenu.SetItemAutoSize method.
See RadialMenu.ItemAutoSize to learn more.