Method SetModalBackdrop
SetModalBackdrop(bool)
Enable or disable the blocking of outside click events.
Declaration
public Popover SetModalBackdrop(bool enableModalBackdrop)
Parameters
Type | Name | Description |
---|---|---|
bool | enableModalBackdrop | Whether to enable the blocking of outside click events. |
Returns
Type | Description |
---|---|
Popover | The Popover instance. |