Skip to main content

GridControl.ItemMinHeight Property

Gets or sets the minimum height of rows. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double ItemMinHeight { get; set; }

Property Value

Type Description
Double

A Double value, specifying the minimum allowed height (in pixels) of rows.

See Also