In This Article

Int64PropertyEditor Class

Represents a PropertyEditor for editing a Int64 value with a Int64EditBox.

public class Int64PropertyEditor : PartEditBoxPropertyEditorBase
Inheritance:
object ObservableObjectBase PropertyEditor PropertyEditorBase PartEditBoxPropertyEditorBase object
Derived:
NullableInt64PropertyEditor

Constructors

Int64PropertyEditor()

Initializes an instance of the class.

public Int64PropertyEditor()

Int64PropertyEditor(Type)

Initializes an instance of the class.

protected Int64PropertyEditor(Type propertyType)
Parameter Type Description
propertyType Type

The type of the property.

Properties

DefaultValue

The value to set when incrementing/decrementing from a null value.

public long DefaultValue { get; set; }

Property Value

long:

The default value is 0.

Format

The number format string.

public string Format { get; set; }

Property Value

string:

The default value is "D".

HasPopup

Indicates whether the control has a popup available.

public bool HasPopup { get; set; }

Property Value

bool:

true if the control has a popup available; otherwise false. The default value is true.

IsArrowKeyPartNavigationEnabled

Indicates whether the left/right arrow keys can be used to move between and select editable parts.

public bool IsArrowKeyPartNavigationEnabled { get; set; }

Property Value

bool:

true if the left/right arrow keys can be used to move between and select editable parts; otherwise false. The default value is false.

LargeChange

The large change value.

public long LargeChange { get; set; }

Property Value

long:

The default value is 5.

Maximum

The highest possible value.

public long Maximum { get; set; }

Property Value

long

Minimum

The lowest possible value.

public long Minimum { get; set; }

Property Value

long

PickerKind

A Int64EditBoxPickerKind indicating the pre-defined Style to apply to the picker used within the popup.

public Int64EditBoxPickerKind PickerKind { get; set; }

Property Value

Int64EditBoxPickerKind:

The default value is Calculator.

PredefinedValueTemplateKey

The resource key that references a pre-defined DataTemplate within internal resources to use for editing the property value.

protected override object PredefinedValueTemplateKey { get; }

Property Value

object

SmallChange

The small change value.

public long SmallChange { get; set; }

Property Value

long:

The default value is 1.

SpinnerVisibility

Indicates if and when the control has a spinner available.

public SpinnerVisibility SpinnerVisibility { get; set; }

Property Value

SpinnerVisibility:

The default value is VisibleWhenActive.

Inherited Members

Extension Methods