Method IsSelected
IsSelected(T?)
Returns true if the model is either the SelectedObject or part of a
MultiSelect.
public bool IsSelected(T? model)
Parameters
modelTAn object in the tree to check.
Returns
- bool
True if the object is selected.
Returns true if the model is either the SelectedObject or part of a
MultiSelect.
public bool IsSelected(T? model)
model TAn object in the tree to check.
True if the object is selected.