Skip to main content

DataFormViewActualAppearance.IsLastRowSeparatorVisible Property

Gets whether the DataFormView‘s last row separator is visible. To specify this value, use the IsLastRowSeparatorVisible property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool IsLastRowSeparatorVisible { get; }

Property Value

Type Description
Boolean

true if the DataFormView‘s last row separator is visible; otherwise, false.

See Also