Skip to main content
Tab

DialogViewModelBase.SetEditorEnabledCondition Method

Name Parameters Description
SetEditorEnabledCondition(String, Boolean) getter, value Specifies whether an editor is enabled.
SetEditorEnabledCondition<TViewModel, TField>(Expression<Func<TViewModel, TField>>, Boolean) getter, value Specifies whether an editor is enabled.
SetEditorEnabledCondition<TViewModel, TRelatedField>(String, Expression<Func<TViewModel, TRelatedField>>, TRelatedField) getter, relatedFieldGetter, value Specifies whether an editor is enabled.
SetEditorEnabledCondition<TViewModel, TField, TRelatedField>(Expression<Func<TViewModel, TField>>, Expression<Func<TViewModel, TRelatedField>>, TRelatedField) getter, relatedFieldGetter, value Specifies whether an editor is enabled.