Skip to main content
All docs
V26.1
  • SecurityLoadingOptionsViolationEventArgs(String) Constructor

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

    Namespace: DevExpress.Office

    Assembly: DevExpress.Office.v26.1.Core.dll

    Declaration

    public SecurityLoadingOptionsViolationEventArgs(
        string propertyName
    )

    Parameters

    Name Type Description
    propertyName String

    The name of the property that was violated.

    See Also