ComponentOne VSFlexGrid 8.0
Ellipsis Property

Returns or sets whether the control will display ellipsis (...) after long strings.

Syntax

[form!]VSFlexGrid.Ellipsis[ = EllipsisSettings ]

Remarks

The Ellipsis property determines how the control displays strings that are too long to fit the available space in a cell. By setting this property to a non-zero value, you can force the display of an ellipsis symbol ("...") to indicate that part of the string has been truncated.

The settings for the Ellipsis property are described below:

 

Constant

Value

Description

FlexNoEllipsis

0

Long strings are truncated, no ellipsis characters are displayed.

FlexEllipsisEnd

1

Ellipsis characters are displayed at the end of long strings.

FlexEllipsisPath

2

Ellipsis characters are displayed in the middle of long strings.

Data Type

EllipsisSettings (Enumeration)

Default Value

flexNoEllipsis (0)

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback