SlicerItem.Selected Property

Definition

Gets or sets whether the slicer item is selected. Read/write for slicers connected to non-OLAP data sources. Read-only for slicers connected to OLAP data sources.

public:
 property bool Selected { bool get(); void set(bool value); };
public bool Selected { get; set; }
Public Property Selected As Boolean

Property Value

true if the slicer item is selected; otherwise, false.

Remarks

Read/write.

true if the slicer item is selected; otherwise false.

Applies to