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