-
Notifications
You must be signed in to change notification settings - Fork 18
TableLayoutPanel
Radu Martin edited this page Apr 15, 2017
·
2 revisions
GenerateFields(object DataSource, params FieldDataDescriptor[] Fields)
FieldDataDescriptor helps the generator to recognize the created field:
FieldDataDescriptor(string CaptionText, DataColumn Column,
FieldEditorMode Mode = FieldEditorMode.Auto,
EditorDataStyle? Style = null,
int? SizeWidth = null,
object NullValue = null,
bool IsReadOnly = false,
decimal? Minimum = null,
decimal? Maximum = null,
object DataSource = null,
string ValueMember = null,
string DisplayMember = null,
GetListBoxItemsDelegate GetListBoxItemsMethod = null,
FormatValueDelegate FormatValueMethod = null)
Extenders:
DataGridView
DataGridViewColumn
FlowLayoutPanel
TableLayoutPanel
Features:
SelectItemForm
Settings
Components:
BitMaskCheckedListBox
HeaderTableLayoutPanel
SelectItemForm