Class TableRowAdv
Inheritance
System.Object
TableRowAdv
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
Syntax
public class TableRowAdv : INotifyPropertyChanged
Constructors
TableRowAdv()
Declaration
public TableRowAdv()
Properties
Background
Declaration
public Color Background { get; set; }
Property Value
Type |
---|
System.Windows.Media.Color |
Cells
Declaration
public TableCellAdvCollection Cells { get; set; }
Property Value
Type |
---|
TableCellAdvCollection |
Owner
Declaration
public TableAdv Owner { get; set; }
Property Value
Type |
---|
TableAdv |
TextAlignment
Declaration
public TextAlignment TextAlignment { get; set; }
Property Value
Type |
---|
System.Windows.TextAlignment |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged