public string DisplayValueFormat { get; set; }
Public Property DisplayValueFormat As String
Get
Set
public:
virtual property String^ DisplayValueFormat {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract DisplayValueFormat : string with get, set
override DisplayValueFormat : string with get, set