Back to Devexpress

FormItemBase.ShowSeparator Property

maui-devexpress-dot-maui-dot-editors-dot-formitembase-f8789f89.md

latest841 B
Original Source

FormItemBase.ShowSeparator Property

Gets or sets whether to show the form items’s separator. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool ShowSeparator { get; set; }

Property Value

TypeDescription
Boolean

true if the separator is visible; otherwise, false.

|

See Also

FormItemBase Class

FormItemBase Members

DevExpress.Maui.Editors Namespace