Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttSplitterSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttSplitterSettings

    Configures gantt splitter settings collection.

    Inheritance
    System.Object
    SfBaseComponent
    SfDataBoundComponent
    GanttSplitterSettings
    Inherited Members
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GanttSplitterSettings : SfDataBoundComponent

    Constructors

    GanttSplitterSettings()

    Declaration
    public GanttSplitterSettings()

    Properties

    Collapsible

    This property is used to enable/disable splitter expand collapse feature in Gantt chart.

    Declaration
    public bool Collapsible { get; set; }
    Property Value
    Type Description
    System.Boolean

    boolean value to enable/disable expand/collapse feature

    Remarks

    It enables expand collapse icon near splitter resizer.

    ColumnIndex

    Defines splitter position with respect to column index value. If ColumnIndex set as 2 then splitter bar placed at third column of grid.

    Declaration
    public int ColumnIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Minimum

    Defines minimum width of Grid part, splitter can't be moved less than this value on grid side.

    Declaration
    public string Minimum { get; set; }
    Property Value
    Type Description
    System.String

    Position

    Defines splitter position at initial load, it accepts values in pixels.

    Declaration
    public string Position { get; set; }
    Property Value
    Type Description
    System.String

    SeparatorSize

    Defines splitter bar size.

    Declaration
    public double SeparatorSize { get; set; }
    Property Value
    Type Description
    System.Double

    View

    Defines predefined view of Gantt. Default - Shows grid side and side of Gantt. Grid - Shows grid side alone in Gantt. Chart - Shows chart side alone in Gantt.

    Declaration
    public SplitterView View { get; set; }
    Property Value
    Type Description
    SplitterView

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnParametersSetAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved