SelectionBinding Property
In This Topic
Gets or sets the binding property to the boolean property of the data item which will hold the selection state.
Syntax
'Declaration
Public Property SelectionBinding As String
public string SelectionBinding {get; set;}
See Also