RibbonGallery.CanUserFilter Property

Gets or sets a value that indicates whether a user can apply a filter to gallery items.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Property CanUserFilter As Boolean
public bool CanUserFilter { get; set; }
public:
property bool CanUserFilter {
    bool get ();
    void set (bool value);
}
member CanUserFilter : bool with get, set
function get CanUserFilter () : boolean
function set CanUserFilter (value : boolean)

Property Value

Type: System.Boolean
true if a filter can be applied to gallery items; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.

Dependency Property Information

Identifier field

CanUserFilterProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonGallery Class

Microsoft.Windows.Controls.Ribbon Namespace