Skip to main content

DataFormGroup.IsLastRowSeparatorVisible Property

Gets or sets whether a row separator line is displayed below the bottom row 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 bool? IsLastRowSeparatorVisible { get; set; }

Property Value

Type Description
Nullable<Boolean>

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

See Also