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

CustomDrawSeparatorEventArgs.Row Property

Gets the painted cell separator’s owning row.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public MultiEditorRow Row { get; }

Property Value

Type Description
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