Version

RightAlignPopup Property

Returns or sets whether the popup window will be aligned to the lower right edge of the dropdown button.
Syntax
'Declaration
 
Public Property RightAlignPopup As Infragistics.Win.DefaultableBoolean
public Infragistics.Win.DefaultableBoolean RightAlignPopup {get; set;}
Remarks

If this property is left to its default value then it is resolved based on whether the user's operating system is configured to display drop-down menus on the righthand side of the corresponding menu-bar item.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also