CachedDataAnnotationsMetadataAttributes::DisplayFormat Property
Gets the display format.
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.
Show: