Skip to main content
All docs
V25.1
  • Box

    CheckBox.Accept(LayoutVisitor) Method

    Dispatches to the Visit method that is specific to the current LayoutType.

    Namespace: DevExpress.XtraRichEdit.API.Layout

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

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    public override void Accept(
        LayoutVisitor visitor
    )

    Parameters

    Name Type Description
    visitor LayoutVisitor

    A LayoutVisitor implementation that is the instance of the visitor class defined in the Visitor pattern.

    Remarks

    This method is inherited for LayoutElement interface implementation and does nothing.

    See Also