Class GanttPopupEditFormSettings
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GanttPopupEditFormSettings : PopupEditFormSettingsBase, IDisposable
Constructors
GanttPopupEditFormSettings()
Declaration
public GanttPopupEditFormSettings()
Properties
FormTemplate
Defines the template for the content of the Gantt popup edit dialog.
Declaration
public RenderFragment<GanttPopupEditFormTemplateContext> FormTemplate { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment<GanttPopupEditFormTemplateContext>
|