menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SplitButtonIconPosition - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SplitButtonIconPosition

    Defines the icon position for the Split Button and DropDown Button components.

    Inheritance
    System.Object
    SplitButtonIconPosition
    Namespace: Syncfusion.Blazor.SplitButtons
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class SplitButtonIconPosition : Enum
    Remarks

    This enumeration is used to specify where the icon should be placed relative to the button's text content.

    Fields

    Left

    Positions the icon to the left of the button's content.

    Declaration
    public const SplitButtonIconPosition Left
    Field Value
    Type
    SplitButtonIconPosition
    Remarks

    When set to Left, the icon appears before the text. This is the default position.

    Top

    Positions the icon above the button's content.

    Declaration
    public const SplitButtonIconPosition Top
    Field Value
    Type
    SplitButtonIconPosition
    Remarks

    When set to Top, the icon is displayed vertically on top of the text.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved