Table of Contents

Class DecimalEditor

Namespace
Dynamicweb.Content.Items.Editors
Assembly
Dynamicweb.dll
Represents a decimal number editor.
[Editor("Decimal number")]
public class DecimalEditor : NumberEditor
Inheritance
DecimalEditor
Inherited Members

Constructors

DecimalEditor()

Initializes a new instance of an object.
public DecimalEditor()

Properties

AllowDecimalPoints

Gets or sets value indicating whether to allow decimal points.
public override bool AllowDecimalPoints { get; }

Property Value

bool
To top