CustomDrawSeparatorEventArgs.Row Property
In This Article
Gets the painted cell separator’s owning row.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public MultiEditorRow Row { get; }
#Property Value
Type | Description |
---|---|
Multi |
A Multi |
#Remarks
Refer to the Rows topic for more information on multi-editor rows.
See Also