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

BaseLayoutItemCustomizationOptions Class

Contains options that specify which operations can be performed on a layout item at runtime.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public class BaseLayoutItemCustomizationOptions :
    BaseOptions

The following members return BaseLayoutItemCustomizationOptions objects:

Remarks

The options this class provides are accessible with the BaseLayoutItem.OptionsCustomization property.

Inheritance

Object
ViewStatePersisterCore
BaseOptions
BaseLayoutItemCustomizationOptions
See Also