Back to Devexpress

CustomizationFormSearchEventArgs Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-customizationformsearcheventargs-dot-underscore-properties.md

latest2.0 KB
Original Source

CustomizationFormSearchEventArgs Properties

Provides data for the CustomizationFormSearch event.

NameDescription
BandGets the currently processed band. Returns null if the CustomizationFormSearch event is fired for a column.
CaptionGets the caption of the currently processed column or band.
ColumnGets the currently processed column. Returns null if the CustomizationFormSearch event is fired for a band.
OwnerBandGets the band that owns the current column or band. Returns null if there is no band for the current column/band.
OwnerBandCaptionGets the caption of the OwnerBand object. Returns an empty string if the OwnerBand object is null.
SearchTextGets the search string.
VisibleGets or sets the visibility of the currently processed column or band.

See Also

CustomizationFormSearchEventArgs Class

CustomizationFormSearchEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace