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

#Remarks

#

See Also