Click or drag to resize
CMSAbstractBasePropertiesStopProcessing Property
Indicates if processing of the control should be stopped and the control should not retrieve or display any data.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public virtual bool StopProcessing { get; set; }

Property Value

Type: Boolean

Implements

ICMSBasePropertiesStopProcessing
Remarks
Stop processing. Use in webparts design mode.
See Also