Share via


RibbonGallery.FilterItemContainerStyle Property

Gets or sets the style that is applied to the filter items container generated from a RibbonGalleryCategory header.

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

Syntax

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

Property Value

Type: System.Windows.Style
The style applied to the filter items container element.

Dependency Property Information

Identifier field

FilterItemContainerStyleProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonGallery Class

Microsoft.Windows.Controls.Ribbon Namespace