Skip to main content
All docs
V25.1
  • Brick.AccessibleObject Property

    For internal use.

    Namespace: DevExpress.XtraPrinting

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    [DefaultValue(null)]
    public IAccessibleObject AccessibleObject { get; set; }

    Property Value

    Type Default Description
    DevExpress.XtraPrinting.Accessibility.IAccessibleObject null

    An object that contains information for assistive technologies.

    See Also