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>()
Public Function CreateCellValueBinding(Of T) As IndirectBinding(Of T)
member CreateCellValueBinding : unit -> IndirectBinding<'T>
Type Parameters
- T
- Value type
Return Value
Type:
IndirectBindingTA binding to use for custom cell types
See Also