Table of Contents

Class ValueEditorString

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Imlements string editor with validation.

[ControlCategory("Editors")]
public class ValueEditorString : ValueEditorCustom, IBaseObject, IDisposableObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, IControlAndLabel, INotifyDataErrorInfo
Inheritance
ValueEditorString
Implements
Derived

Constructors

ValueEditorString()

Initializes a new instance of the ValueEditorString class.

ValueEditorString(string, string?)

Initializes a new instance of the ValueEditorString class.

Properties

IsValidText

Gets whether text is valid. Override to provide validation.

Methods

Init()

Initializes main child control.

MainControlTextChanged()

Called when text is changed in the main child control.

Events

TextValidation

Occurs when text validation need to be performed.