Class TableSettings
Настройки таблицы.
public class TableSettings : AccessControlObject, ITableSettings, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
- Inheritance
-
TableSettings
- Implements
- Inherited Members
- Extension Methods
Constructors
TableSettings()
public TableSettings()
Properties
TableColumnDefinitions
Возвращает коллекцию определений столбцов таблицы.
public List<ITableColumnDefinition> TableColumnDefinitions { get; set; }