Click or drag to resize

ThemedPropertyGridCreateCellValueBindingT Method

Creates a cell value binding for a particular type when you want to add your own cell types to PropertyCellTypes

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IndirectBinding<T> CreateCellValueBinding<T>()

Type Parameters

T
Value type

Return Value

Type: IndirectBindingT
A binding to use for custom cell types
See Also