Field(String, String, String, String, Double, String) 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 alias,
	string text,
	string caption,
	double width,
	string format = null
)

Parameters

name  String
Field name.
alias  String
Field alias.
text  String
Field text.
caption  String
Title of grouped fields.
width  Double
Double with the width of the field.
format  String  (Optional)
String with the format of the field.

See Also