DataEntryGridRow..::..RowReplacedBy Property
Gets the row replaced by.
Namespace:
RingSoft.DataEntryControls.Engine.DataEntryGridAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public DataEntryGridRow RowReplacedBy { get; set; }
Public Property RowReplacedBy As DataEntryGridRow Get Set
public: property DataEntryGridRow^ RowReplacedBy { DataEntryGridRow^ get (); void set (DataEntryGridRow^ value); }