Back to Devexpress

DocumentPropertiesChangedEventArgs.BuiltInPropertiesChanged Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-documentpropertieschangedeventargs.md

latest1.4 KB
Original Source

DocumentPropertiesChangedEventArgs.BuiltInPropertiesChanged Property

Indicates whether one of the built-in DocumentProperties is changed.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public bool BuiltInPropertiesChanged { get; }
vb
Public ReadOnly Property BuiltInPropertiesChanged As Boolean

Property Value

TypeDescription
Boolean

true , if any built-in document property is changed; otherwise, false.

|

See Also

DocumentPropertiesChangedEventArgs Class

DocumentPropertiesChangedEventArgs Members

DevExpress.XtraSpreadsheet Namespace