StandardTableColumnDefinitions2.LineText Field

Definition

The column used to display the line of code associated with an entry.

public: System::String ^ LineText;
std::wstring LineText;
public const string LineText;
val mutable LineText : string
Public Const LineText As String 

Field Value

Remarks

If the TextInlines key name is specified, then that will be used to generate the visual for the column's content.

The Text key name is used for search and, if the TextInlines key name is not specified, to generate the column's visual.

Applies to