DefaultModelMetadata.ShowForEdit Property
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 editable views.
public:
virtual property bool ShowForEdit { bool get(); };
public override bool ShowForEdit { get; }
member this.ShowForEdit : bool
Public Overrides ReadOnly Property ShowForEdit As Boolean