RibbonGallery.AllFilterItem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the filter that returns all items in a ribbon gallery.
public:
static property System::Object ^ AllFilterItem { System::Object ^ get(); };
public static object AllFilterItem { get; }
static member AllFilterItem : obj
Public Shared ReadOnly Property AllFilterItem As Object
Property Value
The filter that returns all items in a ribbon gallery.
Remarks
If you implement a custom FilterItemTemplateSelector or FilterItemContainerStyleSelector, you can use this property to distinguish between "All" filter items and custom filter items.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.