Back to Devexpress

GridBand.CustomizationCaption Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-gridband-ce234769.md

latest2.5 KB
Original Source

GridBand.CustomizationCaption Property

Gets or sets the band’s caption when its header is displayed within the Customization Form.

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue("")]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public string CustomizationCaption { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue("")>
<XtraSerializableProperty>
Public Property CustomizationCaption As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value which specifies the band’s caption when its header is displayed within the Customization Form.

|

Remarks

The band’s header is displayed within the Customization Form when the band is hidden (its GridBand.Visible property is set to false ) and its OptionsBand.ShowInCustomizationForm option is set to true. Use the CustomizationCaption property to specify the text which is displayed within the header of the hidden band. Otherwise, if this property isn’t specified, the band’s caption is specified by the GridBand.Caption property.

See Also

Caption

GridBand Class

GridBand Members

DevExpress.XtraGrid.Views.BandedGrid Namespace