RetrieveFieldsParameters Properties
Contains parameters for the DataLayoutControl.RetrieveFields method.Name | Description |
---|---|
ColumnCount | Gets or sets the number of columns in the layout that will be generated. |
CustomListParameters | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
DataSourceNullValue |
Gets or sets the default value used to initialize the Binding.DataSourceNullValue property for all auto-generated editors. This property identifies the value to be stored in the data source if the editor’s value is null or empty. |
DataSourceUpdateMode |
Gets or sets the default value used to initialize the Binding.DataSourceUpdateMode property for all auto-generated editors. https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.binding.datasourceupdatemode This property indicates when changes to the bound editor property are propagated to the data source. |
See Also