Skip to main content
All docs
V26.1
  • Tab

    DialogViewModelBase.SetItemVisibilityCondition(String, Boolean) Method

    Specifies whether an item is visible.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v26.1.dll

    Declaration

    public void SetItemVisibilityCondition(
        string itemName,
        bool value
    )

    Parameters

    Name Type Description
    itemName String

    the item name.

    value Boolean

    true to display the item; otherwise, false.

    See Also