Click or drag to resize

GridUnselectRow Method

Unselects the specified row

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual void UnselectRow(
	int row
)

Parameters

row
Type: SystemInt32
Row to unselect

Implements

ISelectableTUnselectRow(Int32)
See Also