Version

SuppressAutoActivationOnRecordDeletion Property

Gets/sets whether the logic to automatically activate another record will be suppressed when the current ActiveRecord is deleted.
Syntax
'Declaration
 
Public Property SuppressAutoActivationOnRecordDeletion As Boolean
public bool SuppressAutoActivationOnRecordDeletion {get; set;}

Property Value

True to suppress the auto activation logic or false to invoke it. The default is false.
Remarks

Note: by default when the current ActiveRecord is deleted the control will try to activate a nearby record. Setting this property to true will suppress that behavior so that if the active record is deleted there will be no record activated automatically. With certain highly volative data source scenarios this can be a possible performance optimization.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also