Interface ITableColumnDefinition
Определение столбца таблицы.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface ITableColumnDefinition : IAbleToHaveId, IApiObject, IApiEntity, INotifyPropertyChanged
Properties
MeasureUnit
Возвращает или задает единицу измерения.
Declaration
IMeasureUnit MeasureUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| IMeasureUnit |
PropertyQualifier
Возвращает квалификатор значения свойства, на основе которого создано данное определение столбца таблицы.
Declaration
IPropertyQualifier PropertyQualifier { get; }
Property Value
| Type | Description |
|---|---|
| IPropertyQualifier |
Width
Возвращает и задает ширину столбца.
Declaration
int Width { get; set; }
Property Value
| Type | Description |
|---|---|
| int |