CachedDataAnnotationsModelMetadata.ComputeShowForDisplay Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the property should be displayed in read-only views such as list and detail views.If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.
protected override bool ComputeShowForDisplay();
override this.ComputeShowForDisplay : unit -> bool
Protected Overrides Function ComputeShowForDisplay () As Boolean
Returns
A value that indicates whether the property should be displayed in read-only views such as list and detail views.