Skip to main content
All docs
V24.2

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

DxSankey Properties

A component that depicts value flow between two entity sets.
Name Description
ChangeStyleOnHover Specifies whether the DxSankey component changes the node or link appearance on hover.
CssClass Assigns a CSS class to the DxSankey component.
Data Specifies an object that supplies Sankey data.
Enabled Specifies whether the Sankey component responds to user interaction.
Height Specifies the component height.
Id Specifies the component’s unique identifier.
Palette Specifies the color scheme for Sankey nodes.
PaletteExtensionMode Specifies how to extend the component’s palette when the number of colors is less than the number of nodes.
RedrawOnResize Specifies whether to redraw the Sankey component when its container’s size changes.
SortOrder Specifies the sort order of Sankey nodes in corresponding columns.
SourceFieldName Specifies the data source field that contains data for source nodes.
TargetFieldName Specifies the data source field that contains data for target nodes.
VerticalAlignment Specifies the vertical alignment of node columns.
WeightFieldName Specifies the data source field that populates links with weights.
Width Specifies the component width.
See Also