Skip to main content

RadialMenu.GetItemAutoSize(BarLinkContainerItem) Method

Gets whether items contained in the specified BarLinkContainerItem are auto-sized.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.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