Skip to main content
All docs
V25.1
  • BandedGridView.OptionsBehavior Property

    Provides access to the View’s behavior options.

    Namespace: DevExpress.XtraGrid.Views.BandedGrid

    Assembly: DevExpress.XtraGrid.v25.1.dll

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

    Declaration

    [DXCategory("Options")]
    [XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
    public BandedGridOptionsBehavior OptionsBehavior { get; }

    Property Value

    Type Description
    BandedGridOptionsBehavior

    An object that contains the View’s behavior options.

    See Also