Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocumentPropertiesChangedEventArgs.BuiltInPropertiesChanged Property

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

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public bool BuiltInPropertiesChanged { get; }

Property Value

Type Description
Boolean

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

See Also