Table of Contents

Interface IVariableFormComponentProperties

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 interface IVariableFormComponentProperties : IFormComponentProperties
Inherited Members
Extension Methods

Properties

Precision

Gets or sets the precision.

int Precision { get; set; }

Property Value

int

Size

Gets or sets the size.

int Size { get; set; }

Property Value

int