ClassGanttPopupEditFormSettings
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class GanttPopupEditFormSettings : PopupEditFormSettingsBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBasePopupEditFormSettingsBaseGanttPopupEditFormSettings
Implements:
Inherited Members
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