Class DialogPositionData
Configures to display a dialog in the custom position within the document or target.
Inheritance
System.Object
DialogPositionData
Namespace: Syncfusion.Blazor.Popups
Assembly: Syncfusion.Blazor.dll
Syntax
public class DialogPositionData : OwningComponentBase
Constructors
DialogPositionData()
Declaration
public DialogPositionData()
Properties
X
Specifies the offset left value to position the dialog.
Declaration
public string X { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Y
Specifies the offset top value to position the dialog.
Declaration
public string Y { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Dispose()
Dispose the unmanaged resources.
Declaration
public virtual void Dispose()
Dispose(Boolean)
Dispose the unmanaged resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Boolean value to dispose the object. |
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing any asynchronous operation. |
OnParametersSetAsync()
Method invoked when the component has received parameters from its parent.
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing any asynchronous operation. |