Back to Devexpress

LayoutViewOptionsCustomization Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-1642f295.md

latest2.2 KB
Original Source

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

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

Declaration

csharp
public class LayoutViewOptionsCustomization :
    ViewBaseOptions
vb
Public Class LayoutViewOptionsCustomization
    Inherits 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

Object ViewStatePersisterCore BaseOptions ViewBaseOptions LayoutViewOptionsCustomization

See Also

LayoutViewOptionsCustomization Members

OptionsCustomization

DevExpress.XtraGrid.Views.Layout Namespace