Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace : DataGridBindingInfo Class |
The following tables list the members exposed by DataGridBindingInfo.
Name | Description | |
---|---|---|
DataGridBindingInfo Constructor | Overloaded. 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. | |
Path | Gets or sets the path to the binding source property. | |
ReadOnly | Gets or sets a value indicate whether the binding is read-only. | |
StringFormat | Gets or sets a string that specifies how to format the binding if it displays the bound value as a string. | |
TargetNullValue | Gets or sets the value that is used in the target when the value of the source is a null reference (Nothing in Visual Basic). |