Back to Devexpress

DataFormView.RowSeparatorColor Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformview-7824c3f1.md

latest1.5 KB
Original Source

DataFormView.RowSeparatorColor Property

Gets or sets the color of lines that separate rows of editors on the data form. This is a bindable property.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public Color RowSeparatorColor { get; set; }

Property Value

TypeDescription
Color

The color of row separators.

|

Example

This example customizes the data form’s editors, group headers, and row separators.

|

Before

|

After

| | --- | --- | |

|

|

  1. Override resources to modify the appearance of the data form’s editors (hide edit box borders and the clear icon, and change placeholder and input text color).
  2. Use the following properties of the data form:

See Also

DataFormView Class

DataFormView Members

DevExpress.Maui.DataForm Namespace