Back to Devexpress

BaseLayoutItemCustomizationOptions Class

windowsforms-devexpress-dot-xtralayout-2ee56c25.md

latest1.7 KB
Original Source

BaseLayoutItemCustomizationOptions Class

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

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

BaseLayoutItemCustomizationOptions Members

OptionsCustomization

DevExpress.XtraLayout Namespace