DefaultModelMetadata.HasNonDefaultEditFormat 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 indicating whether EditFormatString has a non-null
, non-empty
value different from the default for the datatype.
public:
virtual property bool HasNonDefaultEditFormat { bool get(); };
public override bool HasNonDefaultEditFormat { get; }
member this.HasNonDefaultEditFormat : bool
Public Overrides ReadOnly Property HasNonDefaultEditFormat As Boolean