'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the popup's placement will be internally updated before display.")> Public Property UseDefaultPopupPlacement As System.Boolean
'Usage
Dim instance As NPopupDropDownControl Dim value As System.Boolean instance.UseDefaultPopupPlacement = value value = instance.UseDefaultPopupPlacement
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value indicating whether the popup's placement will be internally updated before display.")] public System.bool UseDefaultPopupPlacement {get; set;}