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

Represents the serialization information for the widths of table grid columns.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
[TypeConverter(typeof(TableGridColumnWidthsSerializationInfoConverter))]
public class TableGridColumnWidthsSerializationInfo : ReadOnlyCollection<TableWidthUnit>, IList<TableWidthUnit>, ICollection<TableWidthUnit>, IList, ICollection, IReadOnlyList<TableWidthUnit>, IReadOnlyCollection<TableWidthUnit>, IEnumerable<TableWidthUnit>, IEnumerable

Inheritance: objectReadOnlyCollection<TableWidthUnit>TableGridColumnWidthsSerializationInfo

Implements: ICollectionICollection<TableWidthUnit>IEnumerableIEnumerable<TableWidthUnit>IListIList<TableWidthUnit>IReadOnlyCollection<TableWidthUnit>IReadOnlyList<TableWidthUnit>...

Inherited Members ReadOnlyCollection<TableWidthUnit>.Contains(TableWidthUnit)ReadOnlyCollection<TableWidthUnit>.CopyTo(TableWidthUnit[], int)ReadOnlyCollection<TableWidthUnit>.GetEnumerator()ReadOnlyCollection<TableWidthUnit>.IndexOf(TableWidthUnit)ReadOnlyCollection<TableWidthUnit>.EmptyReadOnlyCollection<TableWidthUnit>.CountReadOnlyCollection<TableWidthUnit>.this[int]ReadOnlyCollection<TableWidthUnit>.Items...

Constructors

C#
public TableGridColumnWidthsSerializationInfo(IList<TableWidthUnit> gridColumnWidths)
Parameters:gridColumnWidthsIList<TableWidthUnit>