Skip to main content
All docs
V25.1
  • PropertyAllowEventArgs(OptionsLayoutBase, Object, String) Constructor

    Initializes a new instance of the PropertyAllowEventArgs class with specified settings.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public PropertyAllowEventArgs(
        OptionsLayoutBase optionsLayout,
        object owner,
        string propertyName
    )

    Parameters

    Name Type Description
    optionsLayout OptionsLayoutBase

    Control layout options. This value is assigned to the OptionsLayout property.

    owner Object

    The control or UI element whose layout settings are being serialized or deserialized. This value is assigned to the Owner property.

    propertyName String

    The property name. This value is assigned to the PropertyName property.

    See Also