Skip to main content

TableView.RowMinHeight Property

Gets or sets a row's minimum height. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public double RowMinHeight { get; set; }

#Property Value

Type Description
Double

A Double value that specifies a row's minimum height.

#Implements

DevExpress.Xpf.Grid.ITableView.RowMinHeight
See Also