Class PropertyLabelControl
  
  
  
    Inheritance
    
    
    
    PropertyLabelControl
   
  
  
  
  Assembly: DotNetNuke.dll
  Syntax
  
    public class PropertyLabelControl : WebControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor
   
  Constructors
  
  PropertyLabelControl()
  
  
  Declaration
  
    public PropertyLabelControl()
   
  Fields
  cmdHelp
  
  
  Declaration
  
    protected LinkButton cmdHelp
   
  Field Value
  
  label
  
  
  Declaration
  
    protected HtmlGenericControl label
   
  Field Value
  
  lblHelp
  
  
  Declaration
  
  Field Value
  
  lblLabel
  
  
  Declaration
  
  Field Value
  
  pnlHelp
  
  
  Declaration
  
  Field Value
  
  
  
  
  Declaration
  
    protected Panel pnlTooltip
   
  Field Value
  
  Properties
  
  AssociatedControlId
  
  
  Declaration
  
    public string AssociatedControlId { get; set; }
   
  Property Value
  
  
  Caption
  
  
  Declaration
  
    [Browsable(true)]
public string Caption { get; set; }
   
  Property Value
  
  
  DataField
  
  
  Declaration
  
    [Browsable(true)]
public string DataField { get; set; }
   
  Property Value
  
  
  DataSource
  
  
  Declaration
  
    [Browsable(false)]
public object DataSource { get; set; }
   
  Property Value
  
  
  EditControl
  
  
  Declaration
  
    [Browsable(false)]
public Control EditControl { get; set; }
   
  Property Value
  
  
  HelpStyle
  
  
  Declaration
  
    [Browsable(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style HelpStyle { get; }
   
  Property Value
  
  
  HelpText
  
  
  Declaration
  
    [Browsable(true)]
public string HelpText { get; set; }
   
  Property Value
  
  
  LabelStyle
  
  
  Declaration
  
    [Browsable(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style LabelStyle { get; }
   
  Property Value
  
  
  Required
  
  
  Declaration
  
    public bool Required { get; set; }
   
  Property Value
  
  
  ResourceKey
  
  
  Declaration
  
    [Browsable(true)]
public string ResourceKey { get; set; }
   
  Property Value
  
  
  ShowHelp
  
  
  Declaration
  
    [Browsable(true)]
public bool ShowHelp { get; set; }
   
  Property Value
  
  
  TagKey
  
  
  Declaration
  
    protected override HtmlTextWriterTag TagKey { get; }
   
  Property Value
  
  Overrides
  
  Methods
  
  CreateChildControls()
  
  
  Declaration
  
    protected override void CreateChildControls()
   
  Overrides
  
  
  OnDataBinding(EventArgs)
  
  
  Declaration
  
    protected override void OnDataBinding(EventArgs e)
   
  Parameters
  
  Overrides
  
  
  OnLoad(EventArgs)
  
  
  Declaration
  
    protected override void OnLoad(EventArgs e)
   
  Parameters
  
  Overrides
  
  
  OnPreRender(EventArgs)
  
  
  Declaration
  
    protected override void OnPreRender(EventArgs e)
   
  Parameters
  
  Overrides
  
  Implements
  
  
  
  
  
  
  
  
  
  Extension Methods