Skip to main content
All docs
V26.1
  • HeaderFooterManager.AddDateTimePlaceholder(IEnumerable<Slide>, String) Method

    Adds a date and time placeholder to the specified slides.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public void AddDateTimePlaceholder(
        IEnumerable<Slide> slides,
        string text = null
    )

    Parameters

    Name Type Description
    slides IEnumerable<Slide>

    A list of slides to which the placeholder shape should be added.

    Optional Parameters

    Name Type Default Description
    text String null

    The placeholder text.

    See Also