Skip to main content
All docs
V23.2

CardView.IsCustomizationVisible Property

Gets whether the CardView displays the Customization Form.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v23.2.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