Back to Devexpress

RowPreviewCustomDrawEventArgs.Bounds Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-rowpreviewcustomdraweventargs-9324b719.md

latest1.5 KB
Original Source

RowPreviewCustomDrawEventArgs.Bounds Property

Gets the bounding rectangle of the painted preview section.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public override Rectangle Bounds { get; }
vb
Public Overrides ReadOnly Property Bounds As Rectangle

Property Value

TypeDescription
Rectangle

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

|

See Also

RowPreviewCustomDrawEventArgs Class

RowPreviewCustomDrawEventArgs Members

DevExpress.XtraGrid.Views.Base Namespace