DataGridBoolColumn.GetMinimumHeight Method

Definition

Gets the height of a cell in a column.

protected public:
 override int GetMinimumHeight();
protected internal override int GetMinimumHeight ();
override this.GetMinimumHeight : unit -> int
Protected Friend Overrides Function GetMinimumHeight () As Integer

Returns

The height of the column. The default is 16.

Applies to

See also