Enum PopoverHolderOperation
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Represents the operation types for IMudPopoverHolder.
public enum PopoverHolderOperation
- Extension Methods
Fields
Create = 0Specifies the creation operation for a popover holder.
Remove = 1Specifies the removal operation for a popover holder.
Update = 2Specifies the update operation for a popover holder.