Skip to main content
All docs
V25.1
  • Presentation.HeaderFooterManager Property

    Returns the HeaderFooter manager that allows you to add footer text, date, and slide numbers to its associated presentation.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public HeaderFooterManager HeaderFooterManager { get; }

    Property Value

    Type Description
    HeaderFooterManager

    A HeaderFooterManager.

    Remarks

    For more information, refer to the following help topic: Configure Slide Footers with DevExpress Presentation API.

    See Also