Megosztás a következőn keresztül:


DisplayMetadata.EditFormatString Property

Definition

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.

Applies to