Skip to main content

DocumentPropertiesChangedEventArgs.BuiltInPropertiesChanged Property

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

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public bool BuiltInPropertiesChanged { get; }

Property Value

Type Description
Boolean

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

See Also