KaxMenuEnableScreenBoundaryDetection Property |
Gets or sets a value indicating whether the screen boundary detection will be applied when menu items are expanded.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool EnableScreenBoundaryDetection { get; set; }
Public Property EnableScreenBoundaryDetection As Boolean
Get
Set
public:
property bool EnableScreenBoundaryDetection {
bool get ();
void set (bool value);
}
member EnableScreenBoundaryDetection : bool with get, set
Property Value
Type:
Boolean
Remarks
By default KaxMenu will check if there is enough space to open a menu item. If there isn't the expand direction of the
item will be inverted - Left to Right, Bottom to Top and vice versa.
See Also