Skip to main content

RangeControlClientBase.AllowGrouping Property

Gets or sets whether the group items are displayed within the client.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool AllowGrouping { get; set; }

Property Value

Type Description
Boolean

true to display group items; otherwise, false.

See Also