System.Windows.Forms.Binding.FormattingEnabled Property

Gets or sets a value indicating whether type conversion and formatting is applied to the control property data.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool FormattingEnabled { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Setting this property to true also enables error-handling behavior and causes the Binding.BindingComplete event to be raised. The handler of this event can take the appropriate action, based on the success, error, or exceptions in the binding process, by examining the BindingCompleteEventArgs.BindingCompleteState property of the System.Windows.Forms.BindingCompleteEventArgs parameter.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0