Back to Devexpress

DxDropDownButtonItem Properties

blazor-devexpress-dot-blazor-dot-dxdropdownbuttonitem-dot-underscore-properties.md

latest4.5 KB
Original Source

DxDropDownButtonItem Properties

Defines a drop-down list item. Used in DxDropDownButton or DxSplitButton.

NameDescription
AttributesSpecifies a collection of standard HTML attributes applied to the Button. Inherited from DxButtonBase.
BeginGroupSpecifies whether to display the group separator before the item.
ChildContentSpecifies Button content. Inherited from DxButtonBase.
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.
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.
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 navigation location for the drop-down list item.
SubmitFormOnClickSpecifies whether the processed drop-down list item can submit a form.
TargetSpecifies the target attribute’s value for the drop-down list item.
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.

See Also

DxDropDownButtonItem Class

DxDropDownButtonItem Members

DevExpress.Blazor Namespace