Back to Devexpress

OptionsBand Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-116bbe25.md

latest1.8 KB
Original Source

OptionsBand Class

Provides options for bands.

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class OptionsBand :
    ViewBaseOptions
vb
Public Class OptionsBand
    Inherits ViewBaseOptions

The following members return OptionsBand objects:

Remarks

The OptionsBand class provides a set of Boolean properties that specify which aspects of a band’s functionality are available to end-users. These options can be accessed via the GridBand.OptionsBand property.

Inheritance

Object ViewStatePersisterCore BaseOptions ViewBaseOptions OptionsBand

See Also

OptionsBand Members

OptionsBand

DevExpress.XtraGrid.Views.BandedGrid Namespace