Click or drag to resize

DirectBindingTCastTValue Method

Casts this binding value to another (compatible) type.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public DirectBinding<TValue> Cast<TValue>()

Type Parameters

TValue
The type to cast the values of this binding to.

Return Value

Type: DirectBindingTValue

[Missing <returns> documentation for "M:Eto.Forms.DirectBinding`1.Cast``1"]

See Also