Class Field
public class Field : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor, IHasToolTip
- Inheritance
-
Field
- Implements
- Inherited Members
Constructors
Field()
public Field()
Fields
ClientStateRequiredValidator
ClientStateRequiredValidator control.
protected CustomValidator ClientStateRequiredValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CommonScript
CommonScript control.
protected PageFooterContent CommonScript
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CommonStyle
CommonStyle control.
protected PageHeadContent CommonStyle
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FileUpload
FileUpload control.
protected FileUpload FileUpload
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FileUploadDocumentSizeValidator
FileUploadDocumentSizeValidator control.
protected CustomValidator FileUploadDocumentSizeValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FileUploadExtensionValidator
FileUploadExtensionValidator control.
protected FileExtensionValidator FileUploadExtensionValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FileUploadImageSizeValidator
FileUploadImageSizeValidator control.
protected CustomValidator FileUploadImageSizeValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FileUploadRequiredValidator
FileUploadRequiredValidator control.
protected RequiredValidator FileUploadRequiredValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
LanguageOutput
LanguageOutput control.
protected HtmlGenericControl LanguageOutput
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
RequestTranslationButton
RequestTranslationButton control.
protected Button RequestTranslationButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
StateInput
StateInput control.
protected HiddenField StateInput
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TranslationText
TranslationText control.
protected TextBox TranslationText
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UploadFileButton
UploadFileButton control.
protected Button UploadFileButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
AllowUpload
public bool AllowUpload { get; set; }
Property Value
ContentType
public Field.ContentTypeEnum ContentType { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
InputLanguage
public string InputLanguage { get; set; }
Property Value
InputTextMode
public TextBoxMode InputTextMode { get; set; }
Property Value
Required
public bool Required { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
ToolTip
public string ToolTip { get; set; }
Property Value
TranslateToLanguages
protected CultureInfo[] TranslateToLanguages { get; }
Property Value
TranslateToLanguagesString
protected string TranslateToLanguagesString { get; }
Property Value
Translation
public MultilingualString Translation { get; set; }
Property Value
TranslationJson
public string TranslationJson { get; set; }
Property Value
UploadFolderPath
public string UploadFolderPath { get; set; }
Property Value
Methods
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)
Parameters
SetOptions(LayoutContentSection)
public void SetOptions(LayoutContentSection options)
Parameters
optionsLayoutContentSection
SetupValidationGroup(string)
protected override void SetupValidationGroup(string groupName)
Parameters
groupNamestring
Events
TranslationRequested
public event Field.TranslationRequestEventHandler TranslationRequested