Skip to main content
A newer version of this page is available. .

RibbonGalleryBarItem.GetDefaultItemsGlyphSize(LinkContainerType) Method

Implements the ILinksHolder.GetDefaultItemsGlyphSize method, and is not supposed to be used directly from your code.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v18.2.dll

Declaration

public GlyphSize GetDefaultItemsGlyphSize(
    LinkContainerType linkContainerType
)

Parameters

Name Type Description
linkContainerType DevExpress.Xpf.Bars.LinkContainerType

A LinkContainerType value that specifies the type of bar item container.

Returns

Type Description
GlyphSize

A GlyphSize value.

See Also