Class
TableGridColumn

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

TableWidthUnit

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

Width

Gets or sets the width of the table grid column.

Declaration

cs-api-definition
public float Width { get; set; }

Property Value

float

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