Table of Contents

Class VariableFormComponentProperties

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Represents the properties of a form component with variable size and precision.

public class VariableFormComponentProperties : FormComponentProperties, IVariableFormComponentProperties, IFormComponentProperties
Inheritance
object
VariableFormComponentProperties
Implements
Derived
Inherited Members
Extension Methods

Constructors

VariableFormComponentProperties(int, int)

Constructor requiring to provide default size and precision values.

public VariableFormComponentProperties(int size, int precision)

Parameters

size int
precision int

Properties

Precision

Gets or sets the precision.

public int Precision { get; set; }

Property Value

int

Size

Gets or sets the size.

public int Size { get; set; }

Property Value

int