Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1Popup Class
Fields Properties Methods

In This Topic
    C1Popup Class Members
    In This Topic

    The following tables list the members exposed by C1Popup.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1Popup class.  
    Top
    Public Fields
     NameDescription
    Public FieldGets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Public Fieldstatic (Shared in Visual Basic)Identifies the CloseTrigger dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the IsDarkOverlay dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the IsDraggable dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the IsFullScreen dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the IsModeless dependency property.  
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)Identifies the IsPosUpdated dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the IsResizable dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the OpenTrigger dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Position dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Target dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets delay time before close the Popup controls.  
    Public PropertyClose popup on position's changes.  
    Public PropertyGets or sets actions that trigger closing Popup controls.  
    Public PropertyGets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets space between owner and popup.  
    Public PropertyGets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets whether the overlay is dark themed.  
    Public PropertyGets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets to make the popup draggable.  
    Public PropertyGets or sets to make the popup open in full screen.  
    Public PropertyGets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets whether the dialog should be modeless (e.g. not dismiss when focusing/clicking outside of the dialog). if true: there will be no overlay (isDarkOverlay is ignored)  
    Public PropertyThis callback is called when the popup is opened or closed.  
    Public PropertyGets or sets to whether popup updates the position when its parent change position by scrolling.  
    Public PropertyGets or sets to make the popup is resizable.  
    Public PropertyGets or sets delay time before opening the Popup controls.  
    Public PropertyGets or sets actions that trigger opening Popup controls.  
    Public PropertyGets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the content of the popup.  
    Public PropertyGets or sets the position display the popup.  
    Public PropertyGets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the element id that owns this Popup.  
    Public PropertyGets or sets the css selector query to select an element that owns this Popup.  
    Top
    Public Methods
     NameDescription
    Public MethodCall method to close Popup.  
    Public Method (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodDetermine whether the Popup is opened or not.  
    Public MethodCall method to open Popup.  
    Public MethodRefresh current view panel.  
    Public Method (Inherited from Microsoft.AspNetCore.Components.ComponentBase)
    Public Method  
    Public Method  
    Top
    See Also