RibbonGallery.FilterCommand Property

Gets the command to invoke when the current gallery filter is changed by the user.

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

Syntax

'Declaration
Public Shared Property FilterCommand As RoutedCommand
public static RoutedCommand FilterCommand { get; private set; }
public:
static property RoutedCommand^ FilterCommand {
    RoutedCommand^ get ();
    private: void set (RoutedCommand^ value);
}
static member FilterCommand : RoutedCommand with get, private set
static function get FilterCommand () : RoutedCommand
private static function set FilterCommand (value : RoutedCommand)

Property Value

Type: System.Windows.Input.RoutedCommand
The command to invoke when the current filter is changed. The default is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

RibbonGallery Class

Microsoft.Windows.Controls.Ribbon Namespace

Other Resources

Commanding Overview