Click or drag to resize
BasicRepeaterWithEffect Class
RepeaterWithEffect control.
Inheritance Hierarchy

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public class BasicRepeaterWithEffect : BasicRepeater, 
	INamingContainer

The BasicRepeaterWithEffect type exposes the following members.

Constructors
  NameDescription
Public methodBasicRepeaterWithEffect
Top
Fields
  NameDescription
Protected fieldmControlsLoaded
Flag saying whether the dynamic controls has been loaded yet.
(Inherited from BasicRepeater.)
Protected fieldmDataLoaded
Flag saying whether the data has been loaded yet.
(Inherited from BasicRepeater.)
Protected fieldmOnBeforeInitFired
True if the on before init was fired.
(Inherited from BasicRepeater.)
Protected fieldmRelatedData
Custom data connected to the object.
(Inherited from BasicRepeater.)
Protected fieldmRelatedDataLoaded
Related data is loaded.
(Inherited from BasicRepeater.)
Protected fielduseDataSourceControl
Indicates whether the viewer should obtain data source from the referenced control provided by the value of DataSourceControl property.
(Inherited from BasicRepeater.)
Top
Properties
  NameDescription
Public propertyCSSFiles
Gets or sets the additional CSS files that should be linked to the page.
Public propertyDataBindByDefault
Indicates whether data binding should be performed by default.
(Inherited from BasicRepeater.)
Public propertyDataSource
Object from which data-bound control retrieves its list of data item.
(Inherited from BasicRepeater.)
Public propertyDataSourceControl
Control with data source.
(Inherited from BasicRepeater.)
Public propertyDataSourceName
Gets or sets name of source.
(Inherited from BasicRepeater.)
Protected propertyDefaultDataSource
Default data source to use if no external is provided.
(Inherited from BasicRepeater.)
Public propertyHideControlForZeroRows
Hides the control when no data is loaded. Default value is False.
(Inherited from BasicRepeater.)
Public propertyHideLayoutForZeroRows
Gets or sets a value indicating whether to hide layout (Content before, Content after) when no data found.
Public propertyInitScript
Gets or sets the script that initializes the effect applied on the items.
Public propertyInlineCSS
Gets or sets the additional inline CSS styles that will be placed into the page header.
Public propertyIsSelected
Indicates whether the data source contains a selected item. If it does, the control does not apply the effect.
Public propertyItemHTMLAfter
Gets or sets the html code which is inserted after each of the item.
Public propertyItemHTMLBefore
Gets or sets the html code which is inserted before each of the item.
Public propertyItemHTMLSeparator
Gets or sets the item separator between displayed records.
Public propertyPageableControl
Gets or sets the encapsulated control that implements IUniPageable interface.
(Inherited from BasicRepeater.)
Public propertyPagerDataItem
Pager data item object.
(Inherited from BasicRepeater.)
Public propertyPagerForceNumberOfResults
Gets or sets the number of result. Enables proceed "fake" datasets, where number of results in the dataset is not correspondent to the real number of results This property must be equal -1 if should be disabled
(Inherited from BasicRepeater.)
Public propertyRelatedData
Custom data connected to the object, if not set, returns the Related data of the nearest IDataControl.
(Inherited from BasicRepeater.)
Public propertyRepeaterHTMLAfter
Gets or sets the html code which is inserted after the generated items.
Public propertyRepeaterHTMLBefore
Gets or sets the html code which is inserted before the generated items.
Public propertyResolveDynamicControls
Gets or sets the value that indicates whether dynamic controls should be resolved
(Inherited from BasicRepeater.)
Public propertyScriptFiles
Gets or sets a list of additional script files which should be included to the page. One line per file.
Public propertyShortID
Short ID of the control.
(Inherited from UIRepeater.)
Public propertyStopProcessing
Indicates whether processing of the control should be stopped and the control should not retrieve nor display any data.
Public propertyUniPagerControl
Pager control.
(Inherited from BasicRepeater.)
Public propertyZeroRowsText
Text to be shown when the control is hidden by HideControlForZeroRows.
(Inherited from BasicRepeater.)
Top
Methods
  NameDescription
Protected methodBoundPagerToDataSource
Bound pager to the external external DataSource
(Inherited from BasicRepeater.)
Protected methodCreateControlHierarchy
Creates a control hierarchy with or without the specified datasource.
(Inherited from BasicRepeater.)
Public methodDataBind
Binds the data.
(Inherited from BasicRepeater.)
Public methodHasData
Indicates if datasource contains data.
(Inherited from BasicRepeater.)
Protected methodInitControl
Ensures default data binding
(Inherited from BasicRepeater.)
Protected methodOnInit
Init event handler.
(Inherited from BasicRepeater.)
Protected methodOnItemDataBound
Raises the ItemDataBound event.
(Overrides RepeaterOnItemDataBound(RepeaterItemEventArgs).)
Protected methodOnLoad
Load event handler.
(Overrides BasicRepeaterOnLoad(EventArgs).)
Protected methodOnPreRender
OnPreRender override.
(Inherited from BasicRepeater.)
Protected methodRaiseOnBeforeInit
Raises the OnBeforeInit event.
(Inherited from BasicRepeater.)
Public methodReBind
Evokes control databind.
(Inherited from BasicRepeater.)
Public methodReloadData
Loads data from the according to the current values of properties.
(Overrides BasicRepeaterReloadData(Boolean).)
Protected methodRender
Render event handler.
(Overrides BasicRepeaterRender(HtmlTextWriter).)
Top
Extension Methods
  NameDescription
Public Extension MethodCallHandled
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page. Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by ControlsExtensions.)
Top
Events
  NameDescription
Public eventOnBeforeInit
On before init handler.
(Inherited from BasicRepeater.)
Public eventOnPageBinding
Occurs when the control bind data.
(Inherited from BasicRepeater.)
Public eventOnPageChanged
Occurs when the pager change the page and current mode is postback => reload data
(Inherited from BasicRepeater.)
Top
See Also