Skip to main content
All docs
V25.1
  • Tab

    DialogViewModelBase.SetEditorVisibilityCondition<TViewModel, TRelatedField>(String, Expression<Func<TViewModel, TRelatedField>>, TRelatedField) Method

    Specifies whether an editor is visible.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public void SetEditorVisibilityCondition<TViewModel, TRelatedField>(
        string getter,
        Expression<Func<TViewModel, TRelatedField>> relatedFieldGetter,
        TRelatedField value
    )

    Parameters

    Name Type Description
    getter String
    relatedFieldGetter Expression<Func<TViewModel, TRelatedField>>

    An expression that identifies the related field.

    value TRelatedField

    The related field value.

    Type Parameters

    Name
    TViewModel
    TRelatedField
    See Also