Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class GanttPopupEditFormSettings : PopupEditFormSettingsBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBasePopupEditFormSettingsBaseGanttPopupEditFormSettings
Implements:
Inherited Members
Constructors
C#
public GanttPopupEditFormSettings()
Properties
Defines the template for the content of the Gantt popup edit dialog.
C#
[Parameter]
public RenderFragment<GanttPopupEditFormTemplateContext> FormTemplate { get; set; }