'Declaration Public Property SuppressAutoActivationOnRecordDeletion As Boolean
public bool SuppressAutoActivationOnRecordDeletion {get; set;}
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.
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