Back to Devexpress

TSeparatorKind Enum

vcl-cxvgrid-a83e25d0.md

latest1.2 KB
Original Source

TSeparatorKind Enum

Enumerates the available kinds of grid separators.

Declaration

delphi
TSeparatorKind = (
    skVertLine,
    skString
);

Members

Name
skVertLine
skString

Remarks

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.

ValueMeaningImage
skVertLineThe grid uses vertical lines to separate multieditor rows’ cell values.
skStringThe grid uses a string to separate values within multieditor rows. The separator string is determined via the SeparatorString property.

See Also

cxVGrid Unit