ASPxClientRichEditPopupMenuItem.beginGroup Property
In This Article
Gets or sets a value that specifies whether the current menu item starts a group.
#Declaration
TypeScript
beginGroup: boolean
#Property Value
Type | Description |
---|---|
boolean |
|
#Remarks
Use the beginGroup property to control whether a specific separator should appear before the current menu item to separate it from other menu items.
See Also