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

DataEntryGridEditingCellProps..::..OverrideCellMovement Property

Gets or sets a value indicating whether to override cell movement.

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

Syntax


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

Field Value

true if override cell movement; otherwise, false.