Skip to main content

RangeControlClientBase.GroupingHeight Property

Gets or sets the height of the group items. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Controls

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double GroupingHeight { get; set; }

Property Value

Type Description
Double

A Double value that is the height of the group items, in pixels.

See Also