FieldSetting(String, String, String, Double) Constructor
Constructor class.
Namespace: Aliquo.Windows.Controls.ModelsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public FieldSetting(
string name,
string text,
string caption,
double width
)
Public Sub New (
name As String,
text As String,
caption As String,
width As Double
)
Parameters
- name String
- Field name.
- text String
- Field text.
- caption String
- Title of grouped fields.
- width Double
- Double with the width of the field.