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

    Provides access to the View’s behavior options.

    Namespace: DevExpress.XtraGrid.Views.BandedGrid

    Assembly: DevExpress.XtraGrid.v26.1.dll

    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