Enables generation of context menu item only when requested. UWP Only.

Namespace: Ico.WPF.Specialized.DataGridControl
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool OnDemandContextMenu { get; set; }
Visual Basic
Public Property OnDemandContextMenu As Boolean
	Get
	Set
JScript
function get OnDemandContextMenu () : boolean
function set OnDemandContextMenu (value : boolean)

See Also