Back to Devexpress

CustomDrawSeparatorEventArgs.Row Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdrawseparatoreventargs.md

latest1.6 KB
Original Source

CustomDrawSeparatorEventArgs.Row Property

Gets the painted cell separator’s owning row.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public MultiEditorRow Row { get; }
vb
Public ReadOnly Property Row As MultiEditorRow

Property Value

TypeDescription
MultiEditorRow

A MultiEditorRow object representing the row containing the painted cell separator.

|

Remarks

Refer to the Rows topic for more information on multi-editor rows.

See Also

CustomDrawSeparatorEventArgs Class

CustomDrawSeparatorEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace