FormGroupItem.ShowSeparator Property
In This Article
Gets or sets whether to display a separator at the bottom of the group. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public bool ShowSeparator { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also