vcl-cxvgrid-a83e25d0.md
Enumerates the available kinds of grid separators.
TSeparatorKind = (
skVertLine,
skString
);
| Name |
|---|
skVertLine |
skString |
The TSeparatorKind is used by the SeparatorKind option that allows you to specify the separator kind used to split a multieditor row’s values. When the SeparatorKind option is set to skString, you should specify the string separator via the SeparatorString property.
| Value | Meaning | Image |
|---|---|---|
| skVertLine | The grid uses vertical lines to separate multieditor rows’ cell values. | |
| skString | The grid uses a string to separate values within multieditor rows. The separator string is determined via the SeparatorString property. |
See Also