Skip to main content

LayoutViewOptionsCarouselMode.CenterOffset Property

Gets or sets the coordinates of the ellipse, in pixels.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty]
public Point CenterOffset { get; set; }

Property Value

Type Description
Point

A Point structure that specifies the coordinates of the ellipse, in pixels.

Property Paths

You can access this nested property as listed below:

Object Type Path to CenterOffset
LayoutView
.OptionsCarouselMode .CenterOffset
See Also