ClassGridToolBarAIAssistantToolWindowSettings
Specifies settings.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class GridToolBarAIAssistantToolWindowSettings : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentGridToolBarAIAssistantToolWindowSettings
Implements:
Inherited Members
Constructors
GridToolBarAIAssistantToolWindowSettings()
Declaration
public GridToolBarAIAssistantToolWindowSettings()
Properties
Draggable
Defines if the window should be draggable through the titlebar.
The default value is true
.
Height
Defines the height of the Window as a CSS value.
HeightChanged
Fires when the height parameter has changed.
Declaration
[Parameter]
public EventCallback<string> HeightChanged { get; set; }
Property Value
Id
The id of the window HTML element.
MaxHeight
Defines the max height of the Window as a CSS value.
Declaration
[Parameter]
public string MaxHeight { get; set; }
Property Value
MaxWidth
Defines the max width of the Window as a CSS value.
Declaration
[Parameter]
public string MaxWidth { get; set; }
Property Value
MinHeight
Defines the min height of the Window as a CSS value.
Declaration
[Parameter]
public string MinHeight { get; set; }
Property Value
MinWidth
Defines the min width of the Window as a CSS value.
Declaration
[Parameter]
public string MinWidth { get; set; }
Property Value
Resizable
Defines if the window should be resizable.
The default value is true
.
Visible
Defines whether the Window is rendered. Can define initial visibility and toggle visibility at runtime.
The default value is false
.
VisibleChanged
Fires when the Visible Parameter has changed.
Declaration
[Parameter]
public EventCallback<bool> VisibleChanged { get; set; }
Property Value
Width
Defines the width of the Window as a CSS value.
WidthChanged
Fires when the width parameter has changed.
Declaration
[Parameter]
public EventCallback<string> WidthChanged { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
Returns
Overrides