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