New to Telerik UI for WPFStart a free 30-day trial

Represents a column in a table grid, providing properties and methods to manage its width, visibility, and other styling options.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class TableGridColumn

Inheritance: objectTableGridColumn

Constructors

C#
public TableGridColumn()

Properties

Gets or sets the preferred width of the table grid column.

C#
public TableWidthUnit PreferredWidth { get; set; }
Property Value:

The preferred width of the column, represented in units appropriate for the document layout.

Gets or sets the width of the table grid column.

C#
public float Width { get; set; }
Property Value:

The width of the column, represented as a double value.