The gadget's display mode. Optional. Possible values are:
"icon" - The gadget displays next to the event's title in the calendar view.
"chip" - The gadget displays when the event is clicked.
Namespace:
Aspose.Email.Clients.Google
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic string Display { get; set; }
Public Property Display As String
Get
Set
public:
property String^ Display {
String^ get ();
void set (String^ value);
}
member Display : string with get, set
Property Value
Type:
String
See Also