FieldRetrievingEventArgs Properties
Provides data for the FieldRetrieving event.Name | Description |
---|---|
DataSourceNullValue | Gets or sets the value used to initialize the Binding.DataSourceNullValue property for the auto-generated editor. |
DataSourceUpdateMode | Gets or sets the value used to initialize the Binding.DataSourceUpdateMode property for the auto-generated editor. |
DataType | Gets the bound field’s data type. |
EditorType | Gets or sets the type of the editor to be created. |
FieldName | Gets the data source field to which the editor is bound. |
Handled | Gets or sets whether the event is handled and the customized event parameters must be applied after the event handler is completed. |
PropertyName | Gets or sets the name of the editor’s property to which the data source field is bound. |
Visible | Gets or sets the layout item’s (editor’s) visibility. |
See Also