Version

XamCheckEditor Class

An editor control that can be used to display or edit boolean values.
Syntax
'Declaration
 
Public Class XamCheckEditor 
   Inherits ValueEditor
public class XamCheckEditor : ValueEditor 
Remarks

The XamCheckEditor inherits from ValueEditor and is designed to be embedded within value editor hosts, like the XamDataGrid, although it can be used as a stand alone control as well. It displays a checkbox which the user can click to change the value.

The control can represent three states - checked, unchecked and indeterminate. By default, the control only toggles between checked and unchecked. To support indeterminate, the IsThreeState property should be set to true.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also