TextColumnOptions<TModel> Class
Definition
Holds less commonly-used options for a Avalonia.Controls.Models.TreeDataGrid.TextColumn<T1, T2>.
public class TextColumnOptions<TModel>
Constructors
| Name | Description |
|---|---|
| TextColumnOptions<TModel> | No summary available. |
TextColumnOptions<TModel> Constructor
public TextColumnOptions<TModel>()
Properties
| Name | Description |
|---|---|
| Culture | Culture info used in conjunction with Avalonia.Controls.Models.TreeDataGrid.TextColumnOptions<T>.StringFormat |
| IsTextSearchEnabled | Gets or sets a value indicating whether the column takes part in text searches. |
| StringFormat | Gets or sets the format string for the cells in the column. |
| TextAlignment | Gets or sets the text alignment mode for the cells in the column. |
| TextTrimming | Gets or sets the text trimming mode for the cells in the column. |
| TextWrapping | Gets or sets the text wrapping mode for the cells in the column. |
Culture Property
Culture info used in conjunction with Avalonia.Controls.Models.TreeDataGrid.TextColumnOptions<T>.StringFormat
public System.Globalization.CultureInfo Culture { get; set; }
IsTextSearchEnabled Property
Gets or sets a value indicating whether the column takes part in text searches.
public bool IsTextSearchEnabled { get; set; }
StringFormat Property
Gets or sets the format string for the cells in the column.
public string StringFormat { get; set; }
TextAlignment Property
Gets or sets the text alignment mode for the cells in the column.
public Avalonia.Media.TextAlignment TextAlignment { get; set; }
TextTrimming Property
Gets or sets the text trimming mode for the cells in the column.
public Avalonia.Media.TextTrimming TextTrimming { get; set; }
TextWrapping Property
Gets or sets the text wrapping mode for the cells in the column.
public Avalonia.Media.TextWrapping TextWrapping { get; set; }