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