Back to Devexpress

HtmlContentPopup.OfType<TViewModel>() Method

windowsforms-devexpress-dot-xtraeditors-dot-htmlcontentpopup-dot-oftype-1.md

latest1.1 KB
Original Source

HtmlContentPopup.OfType<TViewModel>() Method

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public HtmlContentPopup.HtmlContentPopupFluentAPI<TViewModel> OfType<TViewModel>()
    where TViewModel : class
vb
Public Function OfType(Of TViewModel As Class) As HtmlContentPopup.HtmlContentPopupFluentAPI(Of TViewModel)

Type Parameters

Name
TViewModel

Returns

Type
DevExpress.XtraEditors.HtmlContentPopup.HtmlContentPopupFluentAPI<TViewModel>

See Also

HtmlContentPopup Class

HtmlContentPopup Members

DevExpress.XtraEditors Namespace