Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IButtonGroupItemInfo Members

Contains information about a DxButtonGroupItem.

#Properties

Name Description
Click Returns the processed item’s Click event handler.
CssClass Returns the item’s CSS class.
Enabled Returns a Boolean value that specifies whether the processed item is enabled.
IconCssClass Returns the CSS class of the item’s icon.
IconPosition Returns the item’s icon position.
Id Returns the item’s unique identifier.
NavigateUrl Returns the navigation location for the item.
RenderStyle Returns the item’s render style.
RenderStyleMode Returns the item’s render style mode.
Selected Returns a Boolean value that specifies whether the processed item is selected.
SubmitFormOnClick Returns a Boolean value that specifies whether the processed item can submit a form.
Target Returns the item’s Target property value.
Text Returns the processed item’s text.
Tooltip Returns the processed item’s tooltip.
Visible Returns a Boolean value that specifies whether the processed item is visible.
See Also