Class IgbBaseToolbarDirective
Base class for the pinning/hiding column and exporter actions.
@hidden @internal
Inheritance
System.Object
IgbBaseToolbarDirective
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbBaseToolbarDirective : IgbGridToolbarBaseAction, JsonSerializable, IDisposable
Constructors
Declaration
public IgbBaseToolbarDirective()
Properties
Declaration
public EventCallback<IgbToggleViewEventArgs> Closed { get; set; }
Property Value
Declaration
public string ClosedScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public EventCallback<IgbToggleViewEventArgs> Closing { get; set; }
Property Value
Declaration
public string ClosingScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Sets the height of the column list in the dropdown.
Declaration
public string ColumnListHeight { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public EventCallback<IgbColumnToggledEventArgs> ColumnToggle { get; set; }
Property Value
Declaration
public string ColumnToggleScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public EventCallback<IgbToggleViewEventArgs> Opened { get; set; }
Property Value
Declaration
public string OpenedScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public EventCallback<IgbToggleViewCancelableEventArgs> Opening { get; set; }
Property Value
Declaration
public string OpeningScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public IgbOverlaySettings OverlaySettings { get; set; }
Property Value
The placeholder text for the search input.
Declaration
public string Prompt { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Title text for the column action component
Declaration
public string Title { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Declaration
public void SetNativeElement(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
Declaration
public Task SetNativeElementAsync(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements
System.IDisposable