Class FieldInputNotification
public class FieldInputNotification : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
FieldInputNotification
- Implements
- Inherited Members
Constructors
FieldInputNotification()
public FieldInputNotification()
Fields
AlertDescription
AlertDescription control.
protected HtmlGenericControl AlertDescription
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AlertInput
AlertInput control.
protected AlertComboBox AlertInput
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AlertValidator
AlertValidator control.
protected RequiredValidator AlertValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
Value
public string Value { get; set; }
Property Value
Methods
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
SetupValidationGroup(string)
protected override void SetupValidationGroup(string groupName)
Parameters
groupNamestring
Events
NotificationChanged
public event StringValueHandler NotificationChanged