RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridCheckBoxCellProps..::..Value Property

Gets or sets the CheckBox checked value.

Namespace:  RingSoft.DataEntryControls.Engine.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public bool Value { get; set; }
Public Property Value As Boolean
	Get
	Set
public:
property bool^ Value {
	bool^ get ();
	void set (bool^ value);
}