Name | Description | |
---|---|---|
![]() | C1Window Constructor | Initializes a new instance of the C1Window class. |
The following tables list the members exposed by C1Window.
Name | Description | |
---|---|---|
![]() | C1Window Constructor | Initializes a new instance of the C1Window class. |
Name | Description | |
---|---|---|
![]() | _background | Gets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) |
![]() ![]() | CancelTextProperty | Identifies the CancelText dependency property. |
![]() ![]() | CloseDelayProperty | Identifies the CloseDelay dependency property. |
![]() ![]() | CloseTriggerProperty | Identifies the CloseTrigger dependency property. |
![]() ![]() | DialogTypeProperty | Identifies the DialogType dependency property. |
![]() ![]() | GapProperty | Identifies the Gap dependency property. |
![]() ![]() | IsDarkOverlayProperty | Identifies the IsDarkOverlay dependency property. |
![]() ![]() | IsDialogProperty | Identifies the IsDialog dependency property. |
![]() ![]() | IsDraggableProperty | Identifies the IsDraggable dependency property. |
![]() ![]() | IsFullScreenProperty | Identifies the IsFullScreen dependency property. |
![]() ![]() | IsModelessProperty | Identifies the IsModeless dependency property. |
![]() ![]() | IsResizableProperty | Identifies the IsResizable dependency property. |
![]() ![]() | OkTextProperty | Identifies the OkText dependency property. |
![]() ![]() | OpenDelayProperty | Identifies the OpenDelay dependency property. |
![]() ![]() | OpenTriggerProperty | Identifies the OpenTrigger dependency property. |
![]() ![]() | PopupContentProperty | Identifies the PopupContent dependency property. |
![]() ![]() | PopupFooterProperty | Identifies the PopupFooter dependency property. |
![]() ![]() | PopupHeaderProperty | Identifies the PopupHeader dependency property. |
![]() ![]() | PositionProperty | Identifies the Position dependency property. |
![]() ![]() | TargetProperty | Identifies the Target dependency property. |
Name | Description | |
---|---|---|
![]() | Background | Gets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) |
![]() | BorderBrush | Gets or sets the C1.Blazor.Core.C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View) |
![]() | BorderThickness | Gets or sets the C1.Blazor.Core.C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View) |
![]() | CancelText | Gets or sets CancelText. |
![]() | Class | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | CloseDelay | Gets or sets delay time before closing Popup controls. |
![]() | CloseTrigger | Gets or sets actions that trigger closing Popup controls. |
![]() | CornerRadius | Gets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View) |
![]() | DialogType | Gets or sets dialog result type. |
![]() | FlowDirection | Gets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View) |
![]() | FontFamily | Gets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View) |
![]() | FontSize | Gets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View) |
![]() | FontStyle | Gets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View) |
![]() | FontWeight | Gets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View) |
![]() | Foreground | Gets or sets the C1.Blazor.Core.C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View) |
![]() | Gap | Gets or sets space between owner and popup. |
![]() | InheritProperties | Gets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View) |
![]() | IsDarkOverlay | Gets or sets whether the overlay is dark themed. |
![]() | IsDialog | Gets or sets to determine whether Popup is dialog result. |
![]() | IsDisposed | Gets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View) |
![]() | IsDraggable | Gets or sets to make the popup draggable |
![]() | IsFullScreen | Gets or sets to make the window display in full screen . |
![]() | IsInitialized | Gets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View) |
![]() | IsModeless | Gets or sets whether the dialog should be modeless (e.g. not dismiss when focusing/clicking outside of the dialog). |
![]() | IsOk | Get Ok button is click or not |
![]() | IsPopupOpenChanged | This callback is called when the popup is opened or closed. |
![]() | IsResizable | Gets or sets to make the popup is resizable |
![]() | OkText | Gets or sets OkText. |
![]() | OpenDelay | Gets or sets delay time before opening Popup controls. |
![]() | OpenTrigger | Gets or sets actions that trigger opening Popup controls. |
![]() | Padding | Gets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View) |
![]() | PopupContent | Gets or sets the content of the popup. |
![]() | PopupFooter | Gets or sets the footer of the popup. |
![]() | PopupHeader | Gets or sets the header of the popup. |
![]() | Position | Gets or sets the position that display the window. |
![]() | PromptValue | Get Prompt value |
![]() | Style | Gets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | TabIndex | Gets or sets the value corresponding to the tabindex global attribute. (Inherited from C1.Blazor.Core.C1View) |
![]() | Tag | Gets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View) |
![]() | Target | Gets or sets the element id that owns this Popup. |
Name | Description | |
---|---|---|
![]() | Close | Call method to close Popup |
![]() | Dispose | (Inherited from C1.Blazor.Core.C1View) |
![]() | Focus | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) |
![]() | FocusAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) |
![]() | FocusOutAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) |
![]() | IsOpened | Determine whether the Popup is opened or not. |
![]() | Open | Call method to Open Popup |
![]() | Refresh | Refresh current view panel |
![]() | SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) |