Skip to main content

ColumnViewOptionsBehavior Class

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

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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