Back to Devexpress

DocumentProperties.Keywords Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-documentproperties-5be98d3f.md

latest1.1 KB
Original Source

DocumentProperties.Keywords Property

Gets or sets the delimited set of keywords to support searching and indexing.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

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

Property Value

TypeDescription
String

The delimited set of keywords.

|

See Also

DocumentProperties Class

DocumentProperties Members

DevExpress.Docs.Presentation Namespace