Click or drag to resize

WorkflowDataBoundLabel Class

WorkflowDataBoundLabel
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      System.Web.UI.WebControlsBaseDataBoundControl
        System.Web.UI.WebControlsDataBoundControl
          WorkflowGen.My.Web.UI.WebControlsWorkflowDataBoundLabel

Namespace:  WorkflowGen.My.Web.UI.WebControls
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.0.3.0 (9.0.3.20240719)
Syntax
public class WorkflowDataBoundLabel : DataBoundControl

The WorkflowDataBoundLabel type exposes the following members.

Constructors
  NameDescription
Public methodWorkflowDataBoundLabel
Initializes a new instance of the WorkflowDataBoundLabel class
Top
Properties
  NameDescription
Public propertyAssociatedControlID
AssociatedControlID
Public propertyDataTextField
DataTextField
Public propertyDataTextFormatString
DataTextFormatString
Protected propertyTagKey
HtmlTextWriterTag
(Overrides WebControlTagKey.)
Public propertyText
Text
Top
Methods
  NameDescription
Protected methodAddAttributesToRender
AddAttributesToRender
(Overrides WebControlAddAttributesToRender(HtmlTextWriter).)
Protected methodClearText
ClearText
Protected methodPerformDataBinding
PerformDataBinding
(Overrides DataBoundControlPerformDataBinding(IEnumerable).)
Protected methodRenderContents
RenderContents
(Overrides WebControlRenderContents(HtmlTextWriter).)
Protected methodSetText
SetText
Top
See Also