HtmlContentPopup.SetViewModel(Type, Object) Method
In This Article
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public void SetViewModel(
Type viewModelType,
object viewModel
)
#Parameters
Name | Type |
---|---|
view |
Type |
view |
Object |
See Also