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

GalleryControl.GetGroupVerticalOffset(GalleryItemGroup) Method

Returns the vertical offset of the specified group.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public double GetGroupVerticalOffset(
    GalleryItemGroup group
)

Parameters

Name Type Description
group GalleryItemGroup

A GalleryItemGroup object whose offset is to be returned.

Returns

Type Description
Double

The vertical offset of the specified group.

See Also