Back to Devexpress

DxSplitButton Members

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

latest8.2 KB
Original Source

DxSplitButton Members

A composite control that consists of a primary button and a toggleable secondary button that reveals a drop-down element.

Constructors

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

Properties

NameDescription
AttributesSpecifies a collection of standard HTML attributes applied to the Button. Inherited from DxButtonBase.
ChildContentSpecifies Button content. Inherited from DxButtonBase.
CloseDropDownOnItemClickSpecifies whether to close drop-down menus when a user clicks their items.
CssClassAssigns a CSS class to the button component. Inherited from DxButtonBase.
DropDownContentTemplateSpecifies a template for the drop-down window content. Inherited from DxDropDownButtonBase.
DropDownCssClassAssigns a CSS class to the drop-down element. Inherited from DxDropDownButtonBase.
DropDownDisplayModeSpecifies how the Split Button component displays its drop-down elements.
DropDownPositionSpecifies the drop-down element’s position relative to the target element. Inherited from DxDropDownButtonBase.
DropDownToggleCssClassAssigns a CSS class to the drop-down toggle. Inherited from DxDropDownButtonBase.
DropDownTogglePositionSpecifies the secondary button’s position relative to the primary button.
DropDownToggleVisibleSpecifies whether the drop-down toggle icon is visible. Inherited from DxDropDownButtonBase.
DropDownVisibleSpecifies the current state of a drop-down element (visible/hidden). Inherited from DxDropDownButtonBase.
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.
ItemsSpecifies the component’s item collection. Inherited from DxDropDownButtonBase.
NavigateUrlSpecifies the primary button’s navigation location.
OpenDropDownOnItemClickSpecifies whether to open a drop-down element on item click in DropDown display mode on desktop devices.
RenderStyleSpecifies the split button’s predefined style.
RenderStyleModeSpecifies the split button’s color filling type.
SizeModeSpecifies the size of the Split Button component and its items.
SubmitFormOnClickSpecifies whether the primary button can submit a form.
TargetSpecifies the target attribute’s value for the primary button.
TextSpecifies the button’s text. Inherited from DxButtonBase.
TooltipSpecifies a button’s tooltip text. Inherited from DxDropDownButtonBase.
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.
DropDownVisibleChangedFires when the visibility of the target element’s drop-down menu/window is changed. Inherited from DxDropDownButtonBase.
ItemClickFires when a user clicks a drop-down list item.

See Also

DxSplitButton Class

DevExpress.Blazor Namespace