TreeGridViewItemContainerStyleSelectorSelectStyle - метод

When overridden in a derived class, returns a Style based on custom logic.

Definition

Пространство имён: Tessa.UI.Views.Content.Table
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public override Style SelectStyle(
	Object item,
	DependencyObject container
)

Параметры

item  Object
The content.
container  DependencyObject
The element to which the style will be applied.

Возвращаемое значение

Style
Returns an application-specific style to apply; otherwise, .

См. также