Show / Hide Table of Contents

Class DropdownPlacement

Inheritance
System.Object
DropdownPlacement
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public sealed class DropdownPlacement : Enum

Fields

Bottom

Declaration
public const DropdownPlacement Bottom
Field Value
Type Description
DropdownPlacement

BottomEnd

Declaration
[WCEnumName("bottom-end")]
public const DropdownPlacement BottomEnd
Field Value
Type Description
DropdownPlacement

BottomStart

Declaration
[WCEnumName("bottom-start")]
public const DropdownPlacement BottomStart
Field Value
Type Description
DropdownPlacement

Left

Declaration
public const DropdownPlacement Left
Field Value
Type Description
DropdownPlacement

LeftEnd

Declaration
[WCEnumName("left-end")]
public const DropdownPlacement LeftEnd
Field Value
Type Description
DropdownPlacement

LeftStart

Declaration
[WCEnumName("left-start")]
public const DropdownPlacement LeftStart
Field Value
Type Description
DropdownPlacement

Right

Declaration
public const DropdownPlacement Right
Field Value
Type Description
DropdownPlacement

RightEnd

Declaration
[WCEnumName("right-end")]
public const DropdownPlacement RightEnd
Field Value
Type Description
DropdownPlacement

RightStart

Declaration
[WCEnumName("right-start")]
public const DropdownPlacement RightStart
Field Value
Type Description
DropdownPlacement

Top

Declaration
public const DropdownPlacement Top
Field Value
Type Description
DropdownPlacement

TopEnd

Declaration
[WCEnumName("top-end")]
public const DropdownPlacement TopEnd
Field Value
Type Description
DropdownPlacement

TopStart

Declaration
[WCEnumName("top-start")]
public const DropdownPlacement TopStart
Field Value
Type Description
DropdownPlacement

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
In This Article
  • Fields
    • Bottom
    • BottomEnd
    • BottomStart
    • Left
    • LeftEnd
    • LeftStart
    • Right
    • RightEnd
    • RightStart
    • Top
    • TopEnd
    • TopStart
    • value__