Click or drag to resize
CMSMultiButtonDropDownItemsAlignment Enumeration
Defines sides to which dropdown items of the multi button can be aligned.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public enum CMSMultiButtonDropDownItemsAlignment
Members
  Member nameValueDescription
Left0 LEFT edge of the dropdown items will be aligned with the LEFT side of the visible button, overflow will float RIGHT.
Right1 RIGHT edge of the dropdown items will be aligned with the RIGHT side of the visible button, overflow will float LEFT
See Also