Back to Devexpress

GridBand.CustomizationSearchCaption Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-gridband-2f43cb1a.md

latest1.4 KB
Original Source

GridBand.CustomizationSearchCaption Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[SearchColumn]
public string CustomizationSearchCaption { get; }
vb
<SearchColumn>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property CustomizationSearchCaption As String

Property Value

Type
String

See Also

GridBand Class

GridBand Members

DevExpress.XtraGrid.Views.BandedGrid Namespace