Skip to content

SyncfusionGrouping

This behavior pattern implements standard behavior for Grouping control.

UI element class: Syncfusion.Windows.Forms.Tools.GroupBar

Extends ManagedObject

Extends SeSSimulatedObject

Behavior Pattern: SyncfusionGroupingBehavior

Action Summary

Action Description
DoClickItem Performs click on the groupbar item

Action Detail

DoClickItem

Performs click on the groupbar item

SeS('SomeSyncfusionGrouping').DoClickItem(captionIndex, clickType, ox, oy)

Parameters:

Name Type Description
captionIndex string | number index or caption of the item to be selected.
clickType string Type of click, can be one of "L" - left click, "LD" - double left click, "R" - right click, "RD" - double right click, "M" - middle click, "MD" - double middle click, "N" - don't click Possible values: "L", "LD", "R", "RD", "M", "MD", "N"
Optional, Default: "L".
ox number X offset to click within object. Calculated from the top-left corner. Default is a center. Floating point in the range (-2, 2) means percentage of the width.
Optional.
oy number Y offset to click within object. Calculated from the top-left corner. Default is a center. Floating point in the range (-2, 2) means percentage of the height.
Optional.

Returns:

boolean: 'true' if success, 'false' otherwise.