OnClientFormatItem Property (Calendar)
In This Topic
Occurs when an element representing a day in the calendar has been created.
Syntax
'Declaration
Public Property OnClientFormatItem As System.String
'Usage
Dim instance As Calendar
Dim value As System.String
instance.OnClientFormatItem = value
value = instance.OnClientFormatItem
public System.string OnClientFormatItem {get; set;}
public read-write property OnClientFormatItem: System.String;
public function get,set OnClientFormatItem : System.String
public: __property System.string* get_OnClientFormatItem();
public: __property void set_OnClientFormatItem(
System.string* value
);
public:
property System.String^ OnClientFormatItem {
System.String^ get();
void set ( System.String^ value);
}
See Also