TableLook
Class
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class TableLook
Inheritance: objectTableLook
Constructors
C#
public TableLook()
Properties
C#
[XamlSerializable(false)]
public bool ApplyColumnBanding { get; set; }
C#
[XamlSerializable(true)]
public bool ApplyFirstColumn { get; set; }
C#
[XamlSerializable(true)]
public bool ApplyFirstRow { get; set; }
C#
[XamlSerializable(false)]
public bool ApplyLastColumn { get; set; }
C#
[XamlSerializable(false)]
public bool ApplyLastRow { get; set; }
C#
[XamlSerializable(true)]
public bool ApplyRowBanding { get; set; }
Methods
Events
C#
public event EventHandler TableLookChanged