Show / Hide Table of Contents

Class DropdownPlacement

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

Properties

Bottom

Declaration
public static PopoverPlacement Bottom { get; }
Property Value
Type Description
PopoverPlacement

BottomEnd

Declaration
public static PopoverPlacement BottomEnd { get; }
Property Value
Type Description
PopoverPlacement

BottomStart

Declaration
public static PopoverPlacement BottomStart { get; }
Property Value
Type Description
PopoverPlacement

Left

Declaration
public static PopoverPlacement Left { get; }
Property Value
Type Description
PopoverPlacement

LeftEnd

Declaration
public static PopoverPlacement LeftEnd { get; }
Property Value
Type Description
PopoverPlacement

LeftStart

Declaration
public static PopoverPlacement LeftStart { get; }
Property Value
Type Description
PopoverPlacement

Right

Declaration
public static PopoverPlacement Right { get; }
Property Value
Type Description
PopoverPlacement

RightEnd

Declaration
public static PopoverPlacement RightEnd { get; }
Property Value
Type Description
PopoverPlacement

RightStart

Declaration
public static PopoverPlacement RightStart { get; }
Property Value
Type Description
PopoverPlacement

Top

Declaration
public static PopoverPlacement Top { get; }
Property Value
Type Description
PopoverPlacement

TopEnd

Declaration
public static PopoverPlacement TopEnd { get; }
Property Value
Type Description
PopoverPlacement

TopStart

Declaration
public static PopoverPlacement TopStart { get; }
Property Value
Type Description
PopoverPlacement