Share via


RibbonGallery.AllFilterItemContainerStyle Property

Gets or sets the style that is applied to items in the filter when the "All" filter is selected.

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

Syntax

'Declaration
Public Property AllFilterItemContainerStyle As Style
public Style AllFilterItemContainerStyle { get; set; }
public:
property Style^ AllFilterItemContainerStyle {
    Style^ get ();
    void set (Style^ value);
}
member AllFilterItemContainerStyle : Style with get, set
function get AllFilterItemContainerStyle () : Style
function set AllFilterItemContainerStyle (value : Style)

Property Value

Type: System.Windows.Style
The style that is applied to items in the filter when the "All" filter is selected.

Dependency Property Information

Identifier field

AllFilterItemContainerStyleProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonGallery Class

Microsoft.Windows.Controls.Ribbon Namespace