The following is an example of how to reference the InlinePopupArrowDirection object:
1 2 3 | // The full path is required. dundas.controls.InlinePopupArrowDirection.BOTTOM |
Name | Value | Description | |
---|---|---|---|
NONE | null | ||
TOP | "InlinePopup--topArrow" | ||
RIGHT | "InlinePopup--rightArrow" | ||
BOTTOM | "InlinePopup--bottomArrow" | ||
LEFT | "InlinePopup--leftArrow" |