Skip to main content
A newer version of this page is available. .

ColumnViewOptionsBehavior Class

Serves as the base for classes which provide behavior options for Views.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public class ColumnViewOptionsBehavior :
    ViewBaseOptions

The following members return ColumnViewOptionsBehavior objects:

Remarks

The options this class provides are accessible with the ColumnView.OptionsBehavior property.

See Also