Share via


UnsizedDynamicMenu.InvalidateContentOnDrop Property

invalidateContentOnDrop.Represents the attribte in schema: invalidateContentOnDrop

Namespace:  DocumentFormat.OpenXml.Office.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "invalidateContentOnDrop")> _
Public Property InvalidateContentOnDrop As BooleanValue
    Get
    Set
'Usage
Dim instance As UnsizedDynamicMenu
Dim value As BooleanValue

value = instance.InvalidateContentOnDrop

instance.InvalidateContentOnDrop = value
[SchemaAttrAttribute(, "invalidateContentOnDrop")]
public BooleanValue InvalidateContentOnDrop { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

UnsizedDynamicMenu Class

UnsizedDynamicMenu Members

DocumentFormat.OpenXml.Office.CustomUI Namespace