Class IgbTile
Inheritance
System.Object
IgbTile
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbTile : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
IgbTile()
Declaration
Properties
ColSpan
Declaration
public double ColSpan { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ColStart
Declaration
public double ColStart { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DefaultEventBehavior
Declaration
protected override ControlEventBehavior DefaultEventBehavior { get; }
Property Value
Overrides
DirectRenderElementName
Declaration
protected override string DirectRenderElementName { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
DisableFullscreen
Declaration
public bool DisableFullscreen { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
DisableMaximize
Declaration
public bool DisableMaximize { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
DisableResize
Declaration
public bool DisableResize { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Maximized
Declaration
public bool Maximized { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Position
Declaration
public double Position { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RowSpan
Declaration
public double RowSpan { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RowStart
Declaration
public double RowStart { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SupportsVisualChildren
Declaration
protected override bool SupportsVisualChildren { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
TileDragCancel
Declaration
public EventCallback<IgbTileComponentEventArgs> TileDragCancel { get; set; }
Property Value
TileDragCancelScript
Declaration
public string TileDragCancelScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TileDragEnd
Declaration
public EventCallback<IgbTileComponentEventArgs> TileDragEnd { get; set; }
Property Value
TileDragEndScript
Declaration
public string TileDragEndScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TileDragStart
Declaration
public EventCallback<IgbTileComponentEventArgs> TileDragStart { get; set; }
Property Value
TileDragStartScript
Declaration
public string TileDragStartScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TileFullscreen
Declaration
public EventCallback<IgbTileChangeStateEventArgs> TileFullscreen { get; set; }
Property Value
TileFullscreenScript
Declaration
public string TileFullscreenScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TileManagerParent
Declaration
protected BaseRendererControl TileManagerParent { get; set; }
Property Value
TileMaximize
Declaration
public EventCallback<IgbTileChangeStateEventArgs> TileMaximize { get; set; }
Property Value
TileMaximizeScript
Declaration
public string TileMaximizeScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TileResizeCancel
Declaration
public EventCallback<IgbTileComponentEventArgs> TileResizeCancel { get; set; }
Property Value
TileResizeCancelScript
Declaration
public string TileResizeCancelScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TileResizeEnd
Declaration
public EventCallback<IgbTileComponentEventArgs> TileResizeEnd { get; set; }
Property Value
TileResizeEndScript
Declaration
public string TileResizeEndScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TileResizeStart
Declaration
public EventCallback<IgbTileComponentEventArgs> TileResizeStart { get; set; }
Property Value
TileResizeStartScript
Declaration
public string TileResizeStartScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
UseDirectRender
Declaration
protected override bool UseDirectRender { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
Methods
Dispose()
Declaration
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
GetFullscreen()
Declaration
public bool GetFullscreen()
Returns
| Type |
Description |
| System.Boolean |
|
GetFullscreenAsync()
Declaration
public Task<bool> GetFullscreenAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Boolean> |
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
ResolveDisplay()
Declaration
protected override string ResolveDisplay()
Returns
| Type |
Description |
| System.String |
|
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 |
|
Implements
System.IDisposable