Skip to main content
All docs
V26.1
  • IButtonGroupItemInfo.IconPosition Property

    Returns the item’s icon position.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    ButtonIconPosition IconPosition { get; }

    Property Value

    Type Description
    ButtonIconPosition

    An enumeration value.

    Available values:

    Name Description
    BeforeText

    The icon is placed before the button’s text.

    AfterText

    The icon is placed after the button’s text.

    See Also