Skip to main content

DXDataTemplateSelector.SelectTemplate(Object, DependencyObject) Method

For internal use only.

Namespace: DevExpress.Xpf.DXBinding

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public sealed override DataTemplate SelectTemplate(
    object item,
    DependencyObject container
)

Parameters

Name Type
item Object
container DependencyObject

Returns

Type
DataTemplate

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also