IFieldFormattingOptions.ApplyFormatInEditMode Property

Definition

Gets a value that indicates whether the formatting string that is specified by the DataFormatString property is applied to field values when the field is in edit mode.

public:
 property bool ApplyFormatInEditMode { bool get(); };
public bool ApplyFormatInEditMode { get; }
member this.ApplyFormatInEditMode : bool
Public ReadOnly Property ApplyFormatInEditMode As Boolean

Property Value

true if the formatting string is applied in edit mode; otherwise, false.

Applies to