Click or drag to resize

ProgressCell Constructor (String, Boolean)

Initializes a new instance of the ProgressCell class with the specified property to bind to.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public ProgressCell(
	string property,
	bool ignoreCase = true
)

Parameters

property
Type: SystemString
Property to bind the value of the progress bar to.
ignoreCase (Optional)
Type: SystemBoolean
True to ignore case for the property, false to be case sensitive. Default is true.
See Also