Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|
Metadata properties set to true |
None |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.