Table of Contents

Class ValueEditorByte

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

Imlements byte editor with validation.

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

Constructors

ValueEditorByte()

Initializes a new instance of the ValueEditorByte class.

ValueEditorByte(Control)

Initializes a new instance of the ValueEditorByte class.

ValueEditorByte(string, byte?)

Initializes a new instance of the ValueEditorByte class.

Fields

UseCharValidator

Gets or sets whether to use char validator to limit unwanted chars in the input. Default is False.

Methods

Init()

Initializes main child control.