PivotViewerPropertyOptions Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Represents the options for PivotViewerPropertys that control display and other behaviors.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Windows.Controls.Pivot
Assembly: System.Windows.Controls.Pivot (in System.Windows.Controls.Pivot.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration PivotViewerPropertyOptions
[FlagsAttribute]
public enum PivotViewerPropertyOptions
Members
Member name | Description | |
---|---|---|
None | PivotViewerPropertyOptions is not set. | |
Private | Determines whether the PivotViewerProperty is visible in the Details Pane. | |
CanFilter | Determines whether the PivotViewerProperty is visible in the Filter Pane. | |
CanSearchText | Determines whether filter pane search filter will consider this PivotViewerProperty. This can only be set for PivotViewerStringPropertys. | |
WrappingText | Determines whether the values of this PivotViewerProperty should be allowed to wrap. Can only be set for PivotViewerStringPropertys. |
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.