Skip to main content

DataFormViewActualAppearance.RowSeparatorColor Property

Gets the row separator color that is applied to the DataFormView. To specify this color, use the RowSeparatorColor property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color RowSeparatorColor { get; }

Property Value

Type Description
Color

The row separator color.

See Also