Gets or sets a value indicating whether the popups should align to the right side of the control.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public bool PopupAlignRight { get; set; } |
Visual Basic
Copy Code
|
---|
Public Property PopupAlignRight As Boolean |
Property Value
Type: Boolean true if the popups should align to the right, otherwise false. Default value is false.
See Also
|