Skip to main content
All docs
V25.1
  • CardView.IsCustomizationVisible Property

    Gets whether the CardView displays the Customization Form.

    Namespace: DevExpress.XtraGrid.Views.Card

    Assembly: DevExpress.XtraGrid.v25.1.dll

    NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

    Declaration

    [Browsable(false)]
    [DXCategory("Accessibility")]
    public bool IsCustomizationVisible { get; }

    Property Value

    Type Description
    Boolean

    true if the CardView displays the Customization Form; otherwise, false.

    Remarks

    ShowCustomization() and HideCustomization() methods allow you to invoke/close the Customization Form.

    See Also