Field(String, String, String, Double) Constructor

Constructor class.

Definition

Namespace: Aliquo.Windows.Controls.Models
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public Field(
	string name,
	string text,
	string caption,
	double width
)

Parameters

name  String
Field name.
text  String
Field text.
caption  String
Title of grouped fields.
width  Double
Double with the width of the field.

See Also