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 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 |
|
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.