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

Separator

Represents a region that separates individual rows within the multi-editor row.

VE_Separator

 

The table below lists the main properties which affect the element’s appearance:

Appearance

The separator’s type is specified by the row’s MultiEditorRow.SeparatorKind property. If the property is set to SeparatorKind.VertLine (the default value), cell separators are displayed as vertical lines similar to the “|“ symbol. In this case, the separator’s appearance is specified by the VGridAppearanceCollection.VertLine property.

Otherwise, if the separator’s type is SeparatorKind.String, multi-editor row cells are separated by text, specified by the MultiEditorRow.SeparatorString property. The VGridAppearanceCollection.RowHeaderPanel property provides the default appearance settings used to paint the separators that separate row header cells. As for the data cell separators, their default appearance is specified by the VGridAppearanceCollection.RecordValue property.

Custom Draw Event

The VGridControlBase.CustomDrawSeparator event.

 

Related Topics: