Back to Devexpress

CardView.IsCustomizationVisible Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardview-9d2770cf.md

latest1.8 KB
Original Source

CardView.IsCustomizationVisible Property

Gets whether the CardView displays the Customization Form.

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DXCategory("Accessibility")]
public bool IsCustomizationVisible { get; }
vb
<DXCategory("Accessibility")>
<Browsable(False)>
Public ReadOnly Property IsCustomizationVisible As Boolean

Property Value

TypeDescription
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

CardView Class

CardView Members

DevExpress.XtraGrid.Views.Card Namespace