CachedDataAnnotationsMetadataAttributes::DisplayFormat Property

 

Gets the display format.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public:
property DisplayFormatAttribute^ DisplayFormat {
	DisplayFormatAttribute^ get();
	protected: void set(DisplayFormatAttribute^ value);
}

Property Value

Type: System.ComponentModel.DataAnnotations::DisplayFormatAttribute^

The display format.

Return to top
Show: