Gets or sets a value that indicates whether the C1MenuItem is checked.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool IsChecked { get; set; }
Visual Basic
Public Property IsChecked As Boolean
	Get
	Set

See Also