Show / Hide Table of Contents

Class FieldEditorControl

Inheritance
object
Control
WebControl
FieldEditorControl
Implements
IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IAttributeAccessor
INamingContainer
Inherited Members
WebControl.AddAttributesToRender(HtmlTextWriter)
WebControl.ApplyStyle(Style)
WebControl.CopyBaseAttributes(WebControl)
WebControl.CreateControlStyle()
WebControl.LoadViewState(object)
WebControl.TrackViewState()
WebControl.MergeStyle(Style)
WebControl.Render(HtmlTextWriter)
WebControl.RenderBeginTag(HtmlTextWriter)
WebControl.RenderEndTag(HtmlTextWriter)
WebControl.RenderContents(HtmlTextWriter)
WebControl.SaveViewState()
WebControl.AccessKey
WebControl.Attributes
WebControl.BackColor
WebControl.BorderColor
WebControl.BorderWidth
WebControl.BorderStyle
WebControl.ControlStyle
WebControl.ControlStyleCreated
WebControl.CssClass
WebControl.DisabledCssClass
WebControl.Style
WebControl.Enabled
WebControl.EnableTheming
WebControl.Font
WebControl.ForeColor
WebControl.HasAttributes
WebControl.Height
WebControl.IsEnabled
WebControl.SupportsDisabledAttribute
WebControl.SkinID
WebControl.TabIndex
WebControl.TagName
WebControl.ToolTip
WebControl.Width
Control.ResolveAdapter()
Control.HasEvents()
Control.GetRouteUrl(object)
Control.GetRouteUrl(string, object)
Control.GetRouteUrl(RouteValueDictionary)
Control.GetRouteUrl(string, RouteValueDictionary)
Control.GetUniqueIDRelativeTo(Control)
Control.ApplyStyleSheetSkin(Page)
Control.OnDataBinding(EventArgs)
Control.DataBind(bool)
Control.DataBindChildren()
Control.AddParsedSubObject(object)
Control.EnsureID()
Control.OnInit(EventArgs)
Control.ClearChildState()
Control.ClearChildControlState()
Control.ClearChildViewState()
Control.ClearEffectiveClientIDMode()
Control.ClearCachedClientID()
Control.Focus()
Control.LoadControlState(object)
Control.MapPathSecure(string)
Control.OpenFile(string)
Control.OnLoad(EventArgs)
Control.BuildProfileTree(string, bool)
Control.SaveControlState()
Control.RenderChildren(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter, ControlAdapter)
Control.OnUnload(EventArgs)
Control.Dispose()
Control.RaiseBubbleEvent(object, EventArgs)
Control.OnBubbleEvent(object, EventArgs)
Control.AddedControl(Control, int)
Control.CreateControlCollection()
Control.CreateChildControls()
Control.ResolveUrl(string)
Control.ResolveClientUrl(string)
Control.FindControl(string)
Control.FindControl(string, int)
Control.GetDesignModeState()
Control.HasControls()
Control.IsLiteralContent()
Control.EnsureChildControls()
Control.RemovedControl(Control)
Control.SetDesignModeState(IDictionary)
Control.SetRenderMethodDelegate(RenderMethod)
Control.ClientIDMode
Control.ClientID
Control.ClientIDSeparator
Control.Context
Control.Adapter
Control.DesignMode
Control.Events
Control.ID
Control.IsChildControlStateCleared
Control.EnableViewState
Control.ViewStateMode
Control.IsViewStateEnabled
Control.NamingContainer
Control.IdSeparator
Control.LoadViewStateByID
Control.Page
Control.RenderingCompatibility
Control.TemplateControl
Control.Parent
Control.TemplateSourceDirectory
Control.AppRelativeTemplateSourceDirectory
Control.Site
Control.Visible
Control.UniqueID
Control.HasChildViewState
Control.Controls
Control.ValidateRequestMode
Control.ViewState
Control.ViewStateIgnoresCase
Control.ChildControlsCreated
Control.IsTrackingViewState
Control.Disposed
Control.DataBinding
Control.Init
Control.Load
Control.PreRender
Control.Unload
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class FieldEditorControl : WebControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer

Constructors

FieldEditorControl()

Declaration
[Obsolete("Deprecated in DotNetNuke 10.0.0. Please use overload with IServiceProvider. Scheduled removal in v12.0.0.")]
public FieldEditorControl()

FieldEditorControl(IServiceProvider)

Declaration
public FieldEditorControl(IServiceProvider serviceProvider)
Parameters
Type Name Description
IServiceProvider serviceProvider

Properties

DataField

Declaration
[Browsable(true)]
public string DataField { get; set; }
Property Value
Type Description
string

DataSource

Declaration
[Browsable(false)]
public object DataSource { get; set; }
Property Value
Type Description
object

EditControlStyle

Declaration
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style EditControlStyle { get; }
Property Value
Type Description
Style

EditControlWidth

Declaration
[Browsable(true)]
public Unit EditControlWidth { get; set; }
Property Value
Type Description
Unit

EditMode

Declaration
public PropertyEditorMode EditMode { get; set; }
Property Value
Type Description
PropertyEditorMode

Editor

Declaration
public EditControl Editor { get; }
Property Value
Type Description
EditControl

EditorDisplayMode

Declaration
public EditorDisplayMode EditorDisplayMode { get; set; }
Property Value
Type Description
EditorDisplayMode

EditorInfoAdapter

Declaration
public IEditorInfoAdapter EditorInfoAdapter { get; set; }
Property Value
Type Description
IEditorInfoAdapter

EditorTypeName

Declaration
public string EditorTypeName { get; set; }
Property Value
Type Description
string

EnableClientValidation

Declaration
public bool EnableClientValidation { get; set; }
Property Value
Type Description
bool

ErrorStyle

Declaration
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style ErrorStyle { get; }
Property Value
Type Description
Style

HelpDisplayMode

Declaration
public HelpDisplayMode HelpDisplayMode { get; set; }
Property Value
Type Description
HelpDisplayMode

HelpStyle

Declaration
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style HelpStyle { get; }
Property Value
Type Description
Style

IsDirty

Declaration
public bool IsDirty { get; }
Property Value
Type Description
bool

IsValid

Declaration
public bool IsValid { get; }
Property Value
Type Description
bool

LabelMode

Declaration
public LabelMode LabelMode { get; set; }
Property Value
Type Description
LabelMode

LabelStyle

Declaration
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style LabelStyle { get; }
Property Value
Type Description
Style

LabelWidth

Declaration
[Browsable(true)]
public Unit LabelWidth { get; set; }
Property Value
Type Description
Unit

LocalResourceFile

Declaration
public string LocalResourceFile { get; set; }
Property Value
Type Description
string

Required

Declaration
public bool Required { get; set; }
Property Value
Type Description
bool

RequiredUrl

Declaration
public string RequiredUrl { get; set; }
Property Value
Type Description
string

ShowRequired

Declaration
public bool ShowRequired { get; set; }
Property Value
Type Description
bool

ShowVisibility

Declaration
public bool ShowVisibility { get; set; }
Property Value
Type Description
bool

TagKey

Declaration
protected override HtmlTextWriterTag TagKey { get; }
Property Value
Type Description
HtmlTextWriterTag
Overrides
WebControl.TagKey

User

Declaration
public UserInfo User { get; set; }
Property Value
Type Description
UserInfo

ValidationExpression

Declaration
public string ValidationExpression { get; set; }
Property Value
Type Description
string

VisibilityStyle

Declaration
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style VisibilityStyle { get; }
Property Value
Type Description
Style

Methods

CollectionItemAdded(object, PropertyEditorEventArgs)

Declaration
protected virtual void CollectionItemAdded(object sender, PropertyEditorEventArgs e)
Parameters
Type Name Description
object sender
PropertyEditorEventArgs e

CollectionItemDeleted(object, PropertyEditorEventArgs)

Declaration
protected virtual void CollectionItemDeleted(object sender, PropertyEditorEventArgs e)
Parameters
Type Name Description
object sender
PropertyEditorEventArgs e

CreateEditor()

Declaration
protected virtual void CreateEditor()

DataBind()

Declaration
public override void DataBind()
Overrides
Control.DataBind()

ListItemChanged(object, PropertyEditorEventArgs)

Declaration
protected virtual void ListItemChanged(object sender, PropertyEditorEventArgs e)
Parameters
Type Name Description
object sender
PropertyEditorEventArgs e

OnItemAdded(PropertyEditorEventArgs)

Declaration
protected virtual void OnItemAdded(PropertyEditorEventArgs e)
Parameters
Type Name Description
PropertyEditorEventArgs e

OnItemCreated(PropertyEditorItemEventArgs)

Declaration
protected virtual void OnItemCreated(PropertyEditorItemEventArgs e)
Parameters
Type Name Description
PropertyEditorItemEventArgs e

OnItemDeleted(PropertyEditorEventArgs)

Declaration
protected virtual void OnItemDeleted(PropertyEditorEventArgs e)
Parameters
Type Name Description
PropertyEditorEventArgs e

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
EventArgs e
Overrides
Control.OnPreRender(EventArgs)

Validate()

Declaration
public virtual void Validate()

ValueChanged(object, PropertyEditorEventArgs)

Declaration
protected virtual void ValueChanged(object sender, PropertyEditorEventArgs e)
Parameters
Type Name Description
object sender
PropertyEditorEventArgs e

VisibilityChanged(object, PropertyEditorEventArgs)

Declaration
protected virtual void VisibilityChanged(object sender, PropertyEditorEventArgs e)
Parameters
Type Name Description
object sender
PropertyEditorEventArgs e

Events

ItemAdded

Declaration
public event PropertyChangedEventHandler ItemAdded
Event Type
Type Description
PropertyChangedEventHandler

ItemChanged

Declaration
public event PropertyChangedEventHandler ItemChanged
Event Type
Type Description
PropertyChangedEventHandler

ItemCreated

Declaration
public event EditorCreatedEventHandler ItemCreated
Event Type
Type Description
EditorCreatedEventHandler

ItemDeleted

Declaration
public event PropertyChangedEventHandler ItemDeleted
Event Type
Type Description
PropertyChangedEventHandler

Implements

IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IAttributeAccessor
INamingContainer

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS