menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LineItemExpandInformation - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LineItemExpandInformation

    Inheritance
    System.Object
    LineItemExpandInformation
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class LineItemExpandInformation

    Constructors

    LineItemExpandInformation()

    Declaration
    public LineItemExpandInformation()

    Properties

    ContainsLines

    Gets or sets a value indicating whether ContainsLines contain child item.

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

    Type: System.Boolean

    ContainsPreprocessor

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

    EndLine

    Gets or sets the EndLine

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

    Type: System.Int32

    IsExpanded

    Gets or sets a value indicating whether the line is expanded or not

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

    Type: System.Boolean

    IsSelected

    Gets or sets a value indicating whether the line is selected.

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

    Type: System.Boolean

    LineStartBlock

    Gets or sets the LineStartBlock

    Declaration
    public BlockCodes LineStartBlock { get; set; }
    Property Value
    Type Description
    BlockCodes

    Type: Syncfusion.Windows.Edit.BlockCodes

    LineStartFormat

    Declaration
    public IFormat LineStartFormat { get; set; }
    Property Value
    Type
    IFormat

    ParentLineNumber

    Gets or sets the ParentLineNumber

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

    Type: System.Int32

    PreprocessorText

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

    StartLine

    Gets or sets the StartLine

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

    Type: System.Int32

    Text

    Gets or sets the Text in a line

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

    ToggleExpansion

    Declaration
    public bool ToggleExpansion { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved