Skip to main content

FormGroupItem.ShowLastItemSeparator Property

Gets or sets whether to display a separator for the last item in the group. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool ShowLastItemSeparator { get; set; }

Property Value

Type Description
Boolean

true to display the last item separator ; otherwise, false.

See Also