Skip to main content
All docs
V25.2
  • AccessibilityOptions.AccessibleRole Property

    This member supports the internal infrastructure and is not intended to be used directly from your code.

    Namespace: DevExpress.XtraPrinting.Accessibility

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

    Declaration

    [DefaultValue(AccessibleRole.Default)]
    public AccessibleRole AccessibleRole { get; set; }

    Property Value

    Type Default
    AccessibleRole Default

    Available values:

    Show 36 items
    Name
    None
    Default
    Div
    Table
    TableRow
    TableDataCell
    TableDataCellText
    TableDataCellPanel
    TableHeaderCell
    TableHeaderCellText
    TableHeaderCellPanel
    TableOfContents
    TableOfContentsItem
    Figure
    Paragraph
    Span
    LayoutArtifact
    BackgroundArtifact
    PaginationArtifact
    PageArtifact
    TableHeaderRowGroup
    TableBodyRowGroup
    Section
    Heading
    Heading1
    Heading2
    Heading3
    Heading4
    Heading5
    Heading6
    Note
    List
    ListBody
    ListItem
    Part
    CaptionTableOfContents

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to AccessibleRole
    PageWatermark
    .ImageAccessibleOptions .AccessibleRole
    PageWatermark
    .TextAccessibleOptions .AccessibleRole

    Remarks

    Use XRWatermark.TextAccessibleRole and XRWatermark.ImageAccessibleRole instead.

    See Also