GroupSelectorIsInvertedSelection Property |
Gets or sets a value indicating whether selection is inverted.
Namespace:
Dundas.BI.Data.CubeDescriptors
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic bool IsInvertedSelection { get; set; }Public Property IsInvertedSelection As Boolean
Get
Set
public:
property bool IsInvertedSelection {
bool get ();
void set (bool value);
}member IsInvertedSelection : bool with get, set
Property Value
Type:
Boolean
See Also