Back to Devexpress

DataFormView.AllowCollapseGroups Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformview-997f14cf.md

latest1.5 KB
Original Source

DataFormView.AllowCollapseGroups Property

Gets or sets whether users can collapse and expand groups of editors. This is a bindable property.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool AllowCollapseGroups { get; set; }

Property Value

TypeDefaultDescription
Booleantrue

true to allow users to collapse/expand groups of editors; 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