Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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 BarLinkContainerItem

A BarLinkContainerItem object which indicates whether its items are auto-sized.

#Returns

Type Description
DevExpress.XtraBars.Ribbon.RadialMenuContainerItemAutoSize

A RadialMenuContainerItemAutoSize enumeration value indicating whether items of the specified BarLinkContainerItem object are auto-sized.

#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.

See Also