| IDataControl Interface | 
Namespace: CMS.Base.Web.UI
 Syntax
Syntaxpublic interface IDataControl : IRelatedData
The IDataControl type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | RelatedData | 
            Custom data connected to the object.
            (Inherited from IRelatedData.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetValue | 
            Returns the value of the given web part property property.
             | 
|  | LogEval | 
            Logs the evaluation of the given column to the debug
             | 
|  | SetValue | 
            Sets the property value of the control, setting the value affects only local property value.
             | 
 See Also
See Also