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

DataEntryGridCheckBoxColumn..::..DesignerValue Property

Gets or sets a value indicating whether [designer value].

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

Syntax


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

Field Value

true if [designer value]; otherwise, false.