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.v21.2.dll

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

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