AddFilterRulePicker Class
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.
The AddFilterRulePicker class is responsible for allowing users to add rules to an FilterRulePanel.
public ref class AddFilterRulePicker : System::Windows::Controls::Control
public class AddFilterRulePicker : System.Windows.Controls.Control
type AddFilterRulePicker = class
inherit Control
Public Class AddFilterRulePicker
Inherits Control
- Inheritance
-
AddFilterRulePicker
Add |
Identifies the AddFilterRulesCommand dependency property. |
Add |
Identifies the AddFilterRulesCommandTarget dependency property. |
Cancel |
Closes the picker and unchecks all items in the panel. |
Is |
Identifies the IsOpen dependency property. |
Ok |
Closes the picker and calls AddFilterRulesCommand with the collection of checked items from the picker. |
Add |
Gets or sets the command used to communicate that the action has occurred. |
Add |
Gets or sets a target of the Command. |
Column |
Gets the collection of column rules available for addition to the FilterRulePanel. |
Is |
Gets or sets a value indicating whether the Popup is visible. |
Shortcut |
Gets the collection of shortcut rules available for addition to the FilterRulePanel. |
On |
Called when AddFilterRulesCommand property changes. |
On |
Called when AddFilterRulesCommandTarget property changes. |
On |
Called when CancelAddFilterRules executes. |
On |
Called when IsOpen property changes. |
On |
Called to determine if OkAddFilterRules can execute. |
On |
Called when OkAddFilterRules executes. |
Add |
Occurs when AddFilterRulesCommand property changes. |
Add |
Occurs when AddFilterRulesCommandTarget property changes. |
Is |
Occurs when IsOpen property changes. |
Product | Versies |
---|---|
Windows PowerShell | 5.1.0.0 |