Grid GetRowHeight Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns height for a row, if row==null then header row assumed (where column titles are displayed). This implementation returns Data/Header RowHeight properties. Override to do conditional row measurements depending on row instance

Namespace: NFX.WinForms.Controls.GridKit
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public virtual int GetRowHeight(
	Object row
)

Return Value

Type: OnlineInt32
See Also