Interface ITableRow
Строка таблицы.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface ITableRow : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
Cells
Возвращает ячейки (свойства) табличной строки.
Declaration
IApiReadOnlyCollection<ITableCell> Cells { get; }
Property Value
| Type | Description |
|---|---|
| IApiReadOnlyCollection<ITableCell> |
Owner
Возвращает владельца свойств.
Declaration
IPropertyOwner Owner { get; }
Property Value
| Type | Description |
|---|---|
| IPropertyOwner |