Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LayoutViewOptionsCustomization Class

Provides options that determine which operations are available for end-users in a Layout View.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#Declaration

public class LayoutViewOptionsCustomization :
    ViewBaseOptions

The following members return LayoutViewOptionsCustomization objects:

#Remarks

The LayoutViewOptionsCustomization class provides a set of Boolean properties that control whether specific functionality is available to end-users. These properties allow you to control whether end-users can apply data sorting, and filtering.

LayoutViewOptionsCustomization class instances can be accessed via the View’s LayoutView.OptionsCustomization property.

#Inheritance

See Also