This topic has not yet been rated - Rate this topic

DisplayFormatAttribute.ApplyFormatInEditMode Property

Gets or sets a value that indicates whether the formatting string that is specified in the DataFormatString property is applied to the member when in edit mode.

Namespace:  System.ComponentModel.DataAnnotations
Assembly:  System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)
public bool ApplyFormatInEditMode { get; set; }

Property Value

Type: System.Boolean
true if the formatting string that is specified in the DataFormatString property is applied to the member when in edit mode; otherwise, false.

Silverlight

Supported in: 5, 4, 3

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.