DataFormGroup.RowSeparatorColor Property
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
public Color RowSeparatorColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The color of row separators. |
See Also