ClassTableGridColumn
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:
cs-api-definition
public class TableGridColumn
Inheritance: objectTableGridColumn
Constructors
TableGridColumn()
Declaration
cs-api-definition
public TableGridColumn()
Properties
PreferredWidth
Gets or sets the preferred width of the table grid column.
Declaration
cs-api-definition
public TableWidthUnit PreferredWidth { get; set; }
Property Value
The preferred width of the column, represented in units appropriate for the document layout.