@igxParent IgxQueryBuilderComponent
Inheritance
System.Object
IgbQueryBuilderHeader
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbQueryBuilderHeader : BaseRendererElement, JsonSerializable, IDisposable
Constructors
Declaration
public IgbQueryBuilderHeader()
Properties
Declaration
protected override string ParentTypeName { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Declaration
protected BaseRendererControl QueryBuilderParent { get; set; }
Property Value
Declaration
public bool ShowLegend { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
protected override bool SupportsVisualChildren { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
Sets the title of the IgxQueryBuilderHeaderComponent.
@example
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
Declaration
protected override void EnsureModulesLoaded()
Overrides
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Declaration
protected override Task OnInitializedAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
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