A read only property that gets a value which determines if there are elements selected in this element collection.
public bool IsSelection {get;}
public: __property bool get_IsSelection();
public:
property bool IsSelection {
bool get();
}
Property Value
A boolean value which is
true if there are one or more elements selected in the collection. Otherwise,
false is returned.