SetValue Method (CustomContentPresenter)
In This Topic
Sets the value represented by this C1.Win.TreeView.ICellContentPresenter.
Syntax
'Declaration
Public MustOverride Sub SetValue( _
ByVal As Object _
)
public abstract void SetValue(
object
)
Parameters
- value
See Also