alexa

    Show / Hide Table of Contents

    Class StriplineCreatedEventArgs

    Class which is used as Event args for Stripline Created Event

    Inheritance
    System.Object
    StriplineCreatedEventArgs
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class StriplineCreatedEventArgs : RoutedEventArgs

    Constructors

    StriplineCreatedEventArgs()

    Declaration
    public StriplineCreatedEventArgs()

    Properties

    CurrentStripline

    Gets or sets the current stripline.

    Declaration
    public StripLine CurrentStripline { get; set; }
    Property Value
    Type Description
    StripLine

    The current stripline.

    Back to top Generated by DocFX