Gets or sets the desired width for this column. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public double Width { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Width As Double |
A double value specifying the width of the column. The default is 90.
See Also