TableGridColumn
Class
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; }
The preferred width of the column, represented in units appropriate for the document layout.