Back to Devexpress

DxButtonGroupItem Members

blazor-devexpress-dot-blazor-dot-dxbuttongroupitem-dot-underscore-members.md

latest5.6 KB
Original Source

DxButtonGroupItem Members

Defines a button group item in DxButtonGroup.

Constructors

NameDescription
DxButtonGroupItem()Initializes a new instance of the DxButtonGroupItem class.

Properties

NameDescription
AttributesSpecifies a collection of standard HTML attributes applied to the Button. Inherited from DxButtonBase.
ChildContentSpecifies Button content. Inherited from DxButtonBase.
CssClassAssigns a CSS class to the button component. Inherited from DxButtonBase.
EnabledSpecifies whether the button is enabled. Inherited from DxButtonBase.
IconCssClassSpecifies the icon’s CSS class. Inherited from DxButtonBase.
IconPositionSpecifies the icon’s position. Inherited from DxButtonBase.
IdSpecifies the control’s unique identifier. Inherited from DxButtonBase.
NavigateUrlSpecifies the navigation location for the button group item.
RenderStyleSpecifies the item’s predefined style.
RenderStyleModeSpecifies the item’s color filling type.
SelectedIn single or multiple selection mode, specifies whether the processed item is selected.
SubmitFormOnClickSpecifies whether the processed button group item can submit a form.
TargetSpecifies the target attribute’s value for the button group item.
TextSpecifies the button’s text. Inherited from DxButtonBase.
TooltipSpecifies the item’s tooltip text.
VisibleSpecifies the button’s visibility. Inherited from DxButtonBase.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
ClickExecutes when the button is clicked. Inherited from DxButtonBase.
SelectedChangedFires when the item’s Selected property changes.

See Also

DxButtonGroupItem Class

DevExpress.Blazor Namespace