Property DropDownItemStyle
| Improve this Doc View SourceDropDownItemStyle
Gets or sets the System.Windows.Style that is applied to the System.Windows.Controls.MenuItem of generated drop-down System.Windows.Controls.ContextMenu.
Declaration
public Style DropDownItemStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Style | the System.Windows.Style that is applied to the System.Windows.Controls.MenuItem of generated drop-down System.Windows.Controls.ContextMenu. |