ModelMetadata.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:
abstract property bool HasNonDefaultEditFormat { bool get(); };
public abstract bool HasNonDefaultEditFormat { get; }
member this.HasNonDefaultEditFormat : bool
Public MustOverride ReadOnly Property HasNonDefaultEditFormat As Boolean