Class
GridToolBarAIAssistantToolWindowSettings

Specifies settings.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class GridToolBarAIAssistantToolWindowSettings : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseBaseComponentGridToolBarAIAssistantToolWindowSettings

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members BaseComponent.ShouldRender()BaseComponent.OnAfterRenderAsync(bool)BaseComponent.Dispose()BaseComponent.InitLocalizer()BaseComponent.ThrowIfParameterIsNull(object, string)BaseComponent.HaveOptionsChanged(IDictionary<string, object>, IDictionary<string, object>)BaseComponent.GetClassString(params string[])BaseComponent.InvokeAsync<T>(string, params object[])BaseComponent.InvokeAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidAsync(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidComponentMethodAsync(string, params object[])BaseComponent.InvokeComponentVoidMethodAsync(string, object)BaseComponent.InvokeDisposeAsync()BaseComponent.StateHasChanged()BaseComponent.RootComponentBaseComponent.ClassComponentBase.OnInitialized()ComponentBase.OnParametersSet()ComponentBase.OnAfterRender(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.DispatchExceptionAsync(Exception)

Constructors

GridToolBarAIAssistantToolWindowSettings()

Declaration

cs-api-definition
public GridToolBarAIAssistantToolWindowSettings()

Properties

Draggable

Defines if the window should be draggable through the titlebar. The default value is true.

Declaration

cs-api-definition
[Parameter]
public bool Draggable { get; set; }

Property Value

bool

Height

Defines the height of the Window as a CSS value.

Declaration

cs-api-definition
[Parameter]
public string Height { get; set; }

Property Value

string

HeightChanged

Fires when the height parameter has changed.

Declaration

cs-api-definition
[Parameter]
public EventCallback<string> HeightChanged { get; set; }

Property Value

EventCallback<string>

Id

The id of the window HTML element.

Declaration

cs-api-definition
[Parameter]
public string Id { get; set; }

Property Value

string

MaxHeight

Defines the max height of the Window as a CSS value.

Declaration

cs-api-definition
[Parameter]
public string MaxHeight { get; set; }

Property Value

string

MaxWidth

Defines the max width of the Window as a CSS value.

Declaration

cs-api-definition
[Parameter]
public string MaxWidth { get; set; }

Property Value

string

MinHeight

Defines the min height of the Window as a CSS value.

Declaration

cs-api-definition
[Parameter]
public string MinHeight { get; set; }

Property Value

string

MinWidth

Defines the min width of the Window as a CSS value.

Declaration

cs-api-definition
[Parameter]
public string MinWidth { get; set; }

Property Value

string

Resizable

Defines if the window should be resizable. The default value is true.

Declaration

cs-api-definition
[Parameter]
public bool Resizable { get; set; }

Property Value

bool

Visible

Defines whether the Window is rendered. Can define initial visibility and toggle visibility at runtime. The default value is false.

Declaration

cs-api-definition
[Parameter]
public bool Visible { get; set; }

Property Value

bool

VisibleChanged

Fires when the Visible Parameter has changed.

Declaration

cs-api-definition
[Parameter]
public EventCallback<bool> VisibleChanged { get; set; }

Property Value

EventCallback<bool>

Width

Defines the width of the Window as a CSS value.

Declaration

cs-api-definition
[Parameter]
public string Width { get; set; }

Property Value

string

WidthChanged

Fires when the width parameter has changed.

Declaration

cs-api-definition
[Parameter]
public EventCallback<string> WidthChanged { get; set; }

Property Value

EventCallback<string>

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

OnInitializedAsync()

Declaration

cs-api-definition
protected override Task OnInitializedAsync()

Returns

Task

Overrides BaseComponent.OnInitializedAsync()

OnParametersSetAsync()

Declaration

cs-api-definition
protected override Task OnParametersSetAsync()

Returns

Task

Overrides ComponentBase.OnParametersSetAsync()

SetParametersAsync(ParameterView)

Declaration

cs-api-definition
public override Task SetParametersAsync(ParameterView parameters)

Parameters

parameters

ParameterView

Returns

Task

Overrides ComponentBase.SetParametersAsync(ParameterView)