Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

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