Skip to main content
A newer version of this page is available. .

RetrieveFieldsParameters Members

Contains parameters for the DataLayoutControl.RetrieveFields method.

Constructors

Name Description
RetrieveFieldsParameters() Initializes a new instance of the RetrieveFieldsParameters class with the specified settings.

Properties

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. This property indicates when changes to the bound editor property are propagated to the data source.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also