Skip to main content
All docs
V25.1
  • PropertyAllowEventArgs.OptionsLayout Property

    Gets layout settings of the control whose layout is being serialized or deserialized.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public OptionsLayoutBase OptionsLayout { get; }

    Property Value

    Type Description
    OptionsLayoutBase

    Control layout settings.

    See Also