Interface IFieldItem
Define the properties that are required for a class
that wants to act as a field inside a question.
Assembly: SurveyProject.WebControls.dll
Syntax
public interface IFieldItem
Properties
FieldHeight
Declaration
int FieldHeight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FieldLength
Declaration
int FieldLength { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FieldWidth
Declaration
int FieldWidth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|