Enum FitToScreenModes
This enum defines how the size of a RadPopupControlBase is fitted to the screen bounds.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[Flags]
public enum FitToScreenModes
FitHeight
The height of the popup is fit to the available space on the screen.
FitWidth
The width of the popup is fit to the available space on the screen.
None
The size of the popup is not fit to the bounds of the screen.