Back to Devexpress

DocumentProperties.Title Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-documentproperties-c349fc1a.md

latest1.1 KB
Original Source

DocumentProperties.Title Property

Gets or sets the presentation title.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public string Title { get; set; }
vb
Public Property Title As String

Property Value

TypeDescription
String

The presentation title. The string is limited in length to 255 characters.

|

See Also

DocumentProperties Class

DocumentProperties Members

DevExpress.Docs.Presentation Namespace