Class LineItemExpandInformation
Inheritance
System.Object
LineItemExpandInformation
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public class LineItemExpandInformation : Object
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 |