CachedDataAnnotationsModelMetadata.ComputeShowForDisplay Method

Definition

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.

Applies to