Gets or sets the text displayed as caption of the table.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public string Caption { get; set; } |
Visual Basic Copy Code |
---|
Public Property Caption As String |
true to let users resize columns, or false otherwise. The default value is false.
A column can be resized by dragging its right border. If the ColumnStyle property of a column is set to AutoWidth, it is automatically reset to FixedWidth when the column is resized. Rightmost columns always fill all remaining space in their tables and cannot be resized.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |