Table of Contents

Class ValueEditorInt64

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

Imlements long editor with validation.

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

Constructors

ValueEditorInt64()

Initializes a new instance of the ValueEditorInt64 class.

ValueEditorInt64(Control)

Initializes a new instance of the ValueEditorInt64 class.

ValueEditorInt64(string, long?)

Initializes a new instance of the ValueEditorInt64 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.