.NET Framework Class Library
DataTypeAttribute..::.DisplayFormat Property

Gets a data-field display format.

Namespace:  System.ComponentModel.DataAnnotations
Assembly:  System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)
Syntax

Visual Basic (Declaration)
Public Property DisplayFormat As DisplayFormatAttribute
Visual Basic (Usage)
Dim instance As DataTypeAttribute
Dim value As DisplayFormatAttribute

value = instance.DisplayFormat

instance.DisplayFormat = value
C#
public DisplayFormatAttribute DisplayFormat { get; protected set; }
Visual C++
public:
property DisplayFormatAttribute^ DisplayFormat {
    DisplayFormatAttribute^ get ();
    void set (DisplayFormatAttribute^ value);
}
JScript
public function get DisplayFormat () : DisplayFormatAttribute
public function set DisplayFormat (value : DisplayFormatAttribute)

Property Value

Type: System.ComponentModel.DataAnnotations..::.DisplayFormatAttribute
The data-field display format.
Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5 SP1
See Also

Reference

Tags :


Page view tracker