Class TableLook
Inheritance
System.Object
TableLook
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class TableLook
Constructors
TableLook()
Declaration
public TableLook()
TableLook(Table)
Deprecated.
Declaration
[Obsolete("Use the default constructor instead.")]
public TableLook(Table ownerTable)
Parameters
Table
ownerTable
|
TableLook(TableLook)
Properties
ApplyColumnBanding
Declaration
[XamlSerializable(false)]
public bool ApplyColumnBanding { get; set; }
Property Value
System.Boolean
|
ApplyFirstColumn
Declaration
[XamlSerializable(true)]
public bool ApplyFirstColumn { get; set; }
Property Value
System.Boolean
|
ApplyFirstRow
Declaration
[XamlSerializable(true)]
public bool ApplyFirstRow { get; set; }
Property Value
System.Boolean
|
ApplyLastColumn
Declaration
[XamlSerializable(false)]
public bool ApplyLastColumn { get; set; }
Property Value
System.Boolean
|
ApplyLastRow
Declaration
[XamlSerializable(false)]
public bool ApplyLastRow { get; set; }
Property Value
System.Boolean
|
ApplyRowBanding
Declaration
[XamlSerializable(true)]
public bool ApplyRowBanding { get; set; }
Property Value
System.Boolean
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()
Events
TableLookChanged
Declaration
public event EventHandler TableLookChanged
Event Type
System.EventHandler
|