Skip to main content
A newer version of this page is available. .

RowPreviewCustomDrawEventArgs.Bounds Property

Gets the bounding rectangle of the painted preview section.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public override Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

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

See Also