Back to Devexpress

DataFormView.RowSeparatorThickness Property

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

latest1.5 KB
Original Source

DataFormView.RowSeparatorThickness Property

Gets or sets the thickness of lines that separate rows 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 double RowSeparatorThickness { get; set; }

Property Value

TypeDefaultDescription
Double0

The thickness of row separators.

|

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