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
public GridToolBarAIAssistantToolWindowSettings()
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
public override Task SetParametersAsync(ParameterView parameters)
Overrides:
Properties
Defines if the window should be draggable through the titlebar.
The default value is true.
[Parameter]
public bool Draggable { get; set; }
Defines the height of the Window as a CSS value.
[Parameter]
public string Height { get; set; }
Fires when the height parameter has changed.
[Parameter]
public EventCallback<string> HeightChanged { get; set; }
Defines the max height of the Window as a CSS value.
[Parameter]
public string MaxHeight { get; set; }
Defines the max width of the Window as a CSS value.
[Parameter]
public string MaxWidth { get; set; }
Defines the min height of the Window as a CSS value.
[Parameter]
public string MinHeight { get; set; }
Defines the min width of the Window as a CSS value.
[Parameter]
public string MinWidth { get; set; }
Defines if the window should be resizable.
The default value is true.
[Parameter]
public bool Resizable { get; set; }
Defines whether the Window is rendered. Can define initial visibility and toggle visibility at runtime.
The default value is false.
[Parameter]
public bool Visible { get; set; }
Fires when the Visible Parameter has changed.
[Parameter]
public EventCallback<bool> VisibleChanged { get; set; }
Defines the width of the Window as a CSS value.
[Parameter]
public string Width { get; set; }
Fires when the width parameter has changed.
[Parameter]
public EventCallback<string> WidthChanged { get; set; }