Gets a value that indicates whether a C1MenuItem can be checked.

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

Syntax

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

See Also