Click or drag to resize
IDataControl Interface
Data control interface.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public interface IDataControl : IRelatedData

The IDataControl type exposes the following members.

Properties
  NameDescription
Public propertyRelatedData
Custom data connected to the object.
(Inherited from IRelatedData.)
Top
Methods
  NameDescription
Public methodGetValue
Returns the value of the given web part property property.
Public methodLogEval
Logs the evaluation of the given column to the debug
Public methodSetValue
Sets the property value of the control, setting the value affects only local property value.
Top
See Also