Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

TCustomdxVTreeViewEdit.TextStyle Property

Specifies the method of displaying TCustomAutoTreeViewEdit Text.

Declaration

property TextStyle: TTVTextStyle read; write;

Property Value

Type
TTVTextStyle

Remarks

Use TextStyle to specify the method of displaying TCustomdxVTreeViewEdit Text. The Text equals the label of the selected item if the TextStyle is tvtsShort and to the label of the selected item and all labels of its parent items separated by the DividedChar property if the TextStyle is tvtsFull.

See Also