WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StriplineCreatedEventArgs - WPF API Reference | Syncfusion

    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
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved