Back to Devexpress

SlideMaster.Layouts Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-slidemaster.md

latest1.4 KB
Original Source

SlideMaster.Layouts Property

Returns the collection of slide layouts associated with the slide master.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public SlideLayoutCollection Layouts { get; }
vb
Public ReadOnly Property Layouts As SlideLayoutCollection

Property Value

TypeDescription
SlideLayoutCollection

The collection of slide layouts associated with the slide master.

|

Remarks

For more information, refer to the following help topic: DevExpress Presentation API Library: Configure Slide Masters and Layouts.

See Also

SlideMaster Class

SlideMaster Members

DevExpress.Docs.Presentation Namespace