Class
GanttPopupEditFormSettings

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class GanttPopupEditFormSettings : PopupEditFormSettingsBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBasePopupEditFormSettingsBaseGanttPopupEditFormSettings

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members PopupEditFormSettingsBase.OnInitialized()PopupEditFormSettingsBase.Dispose()PopupEditFormSettingsBase.OrientationPopupEditFormSettingsBase.ColumnsPopupEditFormSettingsBase.ColumnSpacingPopupEditFormSettingsBase.ButtonsLayoutPopupEditFormSettingsBase.ButtonsTemplateComponentBase.BuildRenderTree(RenderTreeBuilder)ComponentBase.OnInitializedAsync()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRender(bool)ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

Constructors

GanttPopupEditFormSettings()

Declaration

cs-api-definition
public GanttPopupEditFormSettings()

Properties

FormTemplate

Defines the template for the content of the Gantt popup edit dialog.

Declaration

cs-api-definition
[Parameter]
public RenderFragment<GanttPopupEditFormTemplateContext> FormTemplate { get; set; }

Property Value

RenderFragment<GanttPopupEditFormTemplateContext>