blazor-devexpress-dot-blazor-dot-dxsankey-dot-underscore-properties.md
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