Class TableLook
Inheritance
System.Object
TableLook
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class TableLook : Object
Constructors
TableLook()
Declaration
public TableLook()
TableLook(Table)
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
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Events
TableLookChanged
Declaration
public event EventHandler TableLookChanged
Event Type
System.EventHandler
|