Skip to main content
A newer version of this page is available. .

DXDataTemplateSelector.SelectTemplate(Object, DependencyObject) Method

For internal use only.

Namespace: DevExpress.Xpf.DXBinding

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

Declaration

public override sealed 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