Field(String, String, String, String, Double, String) Constructor
Constructor class.
Namespace: Aliquo.Windows.Controls.ModelsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public Field(
string name,
string alias,
string text,
string caption,
double width,
string format = null
)
Public Sub New (
name As String,
alias As String,
text As String,
caption As String,
width As Double,
Optional format As String = Nothing
)
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.