Class ContextMenuItem
Represents an item in a context menu.
Inheritance
System.Object
ContextMenuItem
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class ContextMenuItem : Object
Constructors
ContextMenuItem()
Declaration
public ContextMenuItem()
Properties
Content
Gets or sets the content of the context menu item.
Declaration
public string Content { get; set; }
Property Value
Type |
---|
System.String |