DisplayMetadata.EditFormatString 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 or sets an edit format string for the model. See EditFormatString
public:
property System::String ^ EditFormatString { System::String ^ get(); void set(System::String ^ value); };
public string EditFormatString { get; set; }
public string? EditFormatString { get; set; }
member this.EditFormatString : string with get, set
Public Property EditFormatString As String
Property Value
Remarks
Setting EditFormatString also changes EditFormatStringProvider.
IDisplayMetadataProvider instances that set this property to a non-null
, non-empty, non-default value should also set HasNonDefaultEditFormat to true
.