Expand Property
Gets or sets a value indicating whether or not the columns should
expand to the available space. If
false
, the column
width will be auto calculated. Defaults to true
.
public bool Expand { get; set; }
- Namespace
- Spectre
.Console - Containing Type
- Columns
- Property Type
- bool