Skip to main content
A newer version of this page is available. .

DataControlBase.RowMinHeight Property

Gets or sets a data row’s minimum height.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(32, Handler = "UpdateRowAppearance")]
public double RowMinHeight { get; set; }

Property Value

Type Description
Double

A data row’s minimum height.

See Also