FGX.CollectionView.TfgCollectionViewStyle: различия между версиями

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 25: Строка 25:
 
|-
 
|-
 
| <code>property</code> || <code>SelectionColorLink: [[FGX.Assets.Color.TfgAssetColorLink|TfgAssetColorLink]]</code>
 
| <code>property</code> || <code>SelectionColorLink: [[FGX.Assets.Color.TfgAssetColorLink|TfgAssetColorLink]]</code>
 +
 +
|}
 +
 +
== Константы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <code>const</code> || <code>DefaultSelectable: [[Boolean]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>DefaultSelectionColor: [[TAlphaColor]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>DefaultClickable: [[Boolean]]</code>
  
 
|}
 
|}

Версия 04:10, 10 июня 2019

Delphi

TfgCollectionViewStyle = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)

Описание

Стиль элемента списка.

Конструкторы

constructor Create(AOwner: TComponent)

Свойства

property CollectionView: TfgCustomCollectionView
property SelectionColorLink: TfgAssetColorLink

Константы

const DefaultSelectable: Boolean
const DefaultSelectionColor: TAlphaColor
const DefaultClickable: Boolean