CardView.IsCustomizationVisible Property
In This Article
Gets whether the CardView displays the Customization Form.
Namespace: DevExpress.XtraGrid.Views.Card
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DXCategory("Accessibility")]
public bool IsCustomizationVisible { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
ShowCustomization() and HideCustomization() methods allow you to invoke/close the Customization Form.
See Also