[BindableAttribute(true)]
public string ItemStringFormat { get; set; }
<BindableAttribute(true)>
Public Property ItemStringFormat As String
Get
Set
public:
[BindableAttribute(true)]
property String^ ItemStringFormat {
String^ get ();
void set (String^ value);
}
[<BindableAttribute(true)>]
member ItemStringFormat : string with get, set