Back to Devexpress

SankeyDiagramControl.About() Method

windowsforms-devexpress-dot-xtracharts-dot-sankey-dot-sankeydiagramcontrol-75ce870c.md

latest1.3 KB
Original Source

SankeyDiagramControl.About() Method

Activates the control’s About dialog box.

Namespace : DevExpress.XtraCharts.Sankey

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public static void About()
vb
Public Shared Sub About

Remarks

Primarily, this method is intended for design-time use and is not intended to be called directly from your code.

The About method invokes the About dialog that displays the product name and licensing information. On development machines, the license information is always correct. On client machines, the product is always marked as TRIAL in the About dialog.

See Also

SankeyDiagramControl Class

SankeyDiagramControl Members

DevExpress.XtraCharts.Sankey Namespace