CardView.IsCustomizationVisible Property
Gets whether the CardView displays the Customization Form.
Namespace: DevExpress.XtraGrid.Views.Card
Assembly: DevExpress.XtraGrid.v24.2.dll
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