Name | Description | |
---|---|---|
DataGridBindingInfo Constructor | Initializes a new instance of the DataGridBindingInfo class. |
The following tables list the members exposed by DataGridBindingInfo.
Name | Description | |
---|---|---|
DataGridBindingInfo Constructor | Initializes a new instance of the DataGridBindingInfo class. |
Name | Description | |
---|---|---|
BindsDirectlyToSource | Gets or sets a value indicating whether the Path is evaluated relative to the data item or the data source. | |
Converter | Gets or sets the convert that will be used to convert the value returned by the binding. | |
ConverterCulture | Gets or sets the CultureInfo in which the values returned by the Converter will be evaluated. | |
ConverterParameter | Gets or sets the parameter that will be passed to the Converter. | |
ElementName | Gets or sets the name of the element that will be used as the binding source object. | |
FallbackValue | Gets or sets the value that will be used when the binding is unable to return a value. | |
IsAsync | Gets or sets a value that indicates whether the Binding should get and set values asynchronously. Use FallBackValue to display something while waiting for the value to arrive. | |
NotifyOnSourceUpdated | Gets or sets a value indicating whether to provide notification when a value is transferred from the binding target to the binding source. | |
Path | Gets or sets the path to the binding source property. | |
ReadOnly | Gets or sets a value indicate whether the binding is read-only. | |
UpdateSourceExceptionFilter | Gets or sets a callback that can be handled to provide custom logic for when an exception is thrown by the binding engine during the update of the binding source value. | |
ValidationRules | Gets a collection of rules that will be used to validate user input. | |
XPath | Gets or sets the XPath query that returns the value to use on the XML binding source. |