Class IgbPaneDragOverEventArgsDetail
Inheritance
System.Object
IgbPaneDragOverEventArgsDetail
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbPaneDragOverEventArgsDetail : BaseRendererElement, JsonSerializable
Constructors
IgbPaneDragOverEventArgsDetail()
Declaration
public IgbPaneDragOverEventArgsDetail()
Properties
Action
Gets information about the action being performed.
Declaration
public IgbPaneDragAction Action { get; set; }
Property Value
IsValid
Gets/sets whether the action is valid.
Declaration
public bool IsValid { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Panes
Gets the panes that are dragged over.
Declaration
public IgbContentPaneCollection Panes { get; set; }
Property Value
SourcePane
Gets the source pane that triggers the drag over.
Declaration
public IgbDockManagerPane SourcePane { get; set; }
Property Value
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
FromEventJson(BaseRendererControl, Dictionary<String, Object>)
Declaration
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
SetNativeElement(Object)
Declaration
public void SetNativeElement(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
SetNativeElementAsync(Object)
Declaration
public Task SetNativeElementAsync(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
ToEventJson(BaseRendererControl, Dictionary<String, Object>)
Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Implements