Skip to main content
Bar

GalleryControl.GetGroupVerticalOffset(GalleryItemGroup) Method

Returns the vertical offset of the specified group.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

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