Skip to main content

RowPreviewCustomDrawEventArgs.Bounds Property

Gets the bounding rectangle of the painted preview section.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public override Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure which specifies the boundaries of the preview section.

See Also