Click or drag to resize

CommandRoutingBehaviorIsChecked Property

Gets or sets a value indicating whether this instance is checked, e.g. when bound to a MenuItem with IsCheckable set to true.

Namespace:  TomsToolbox.Wpf.Composition
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
public bool IsChecked { get; set; }

Property Value

Type: Boolean
See Also