Table of Contents

Constructor ValueEditorInt64

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

ValueEditorInt64(string, long?)

Initializes a new instance of the ValueEditorInt64 class.

public ValueEditorInt64(string title, long? value = null)

Parameters

title string

Label text.

value long?

Default value.

ValueEditorInt64()

Initializes a new instance of the ValueEditorInt64 class.

public ValueEditorInt64()