Back to Devexpress

CardOptionsView.ShowQuickCustomizeButton Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardoptionsview-4faa9c17.md

latest1.9 KB
Original Source

CardOptionsView.ShowQuickCustomizeButton Property

Gets or sets whether the customization button is displayed.

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowQuickCustomizeButton { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowQuickCustomizeButton As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display the quick customization button; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowQuickCustomizeButton
CardView

.OptionsView .ShowQuickCustomizeButton

|

See Also

CardOptionsView Class

CardOptionsView Members

DevExpress.XtraGrid.Views.Card Namespace