Back to Devexpress

DataFormView.IsLastRowSeparatorVisible Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformview-f38a5190.md

latest1.5 KB
Original Source

DataFormView.IsLastRowSeparatorVisible Property

Gets or sets whether a row separator line is displayed below the bottom row of editors on the data form. This is a bindable property.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool IsLastRowSeparatorVisible { get; set; }

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Example

This example customizes the data form’s editors, group headers, and row separators.

|

Before

|

After

| | --- | --- | |

|

|

  1. Override resources to modify the appearance of the data form’s editors (hide edit box borders and the clear icon, and change placeholder and input text color).
  2. Use the following properties of the data form:

See Also

DataFormView Class

DataFormView Members

DevExpress.Maui.DataForm Namespace