Skip to main content

CustomDrawSeparatorEventArgs.Row Property

Gets the painted cell separator’s owning row.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

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