GalleryControl.GetGroupVerticalOffset(GalleryItemGroup) Method
Returns the vertical offset of the specified group.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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