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

DataEntryGridCheckBox..::..DataValue Property

Gets or sets the data value.

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

Syntax


public string DataValue { get; set; }
Public Property DataValue As String
	Get
	Set
public:
property String^ DataValue {
	String^ get ();
	void set (String^ value);
}

Field Value

The data value.