Skip to main content

DataFormGroup.IsLastRowSeparatorVisible Property

Specifies whether a row separator line is displayed below the bottom row of editors in the group.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public bool? IsLastRowSeparatorVisible { get; set; }

Property Value

Type Description
Nullable<Boolean>

true, to display a separator line below the last row; otherwise, false.

See Also