Skip to main content

DataControlBase.RowMinHeight Property

Gets or sets a data row’s minimum height.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.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