DataFormGroup.RowSeparatorColor Property
Gets or sets the color of lines that separate rows of editors in the group. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color RowSeparatorColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The color of row separators. |
See Also