Skip to main content

DocumentData.CanChangePageSettings Property

For internal use. Checks whether or not it is possible to modify the page settings.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public bool CanChangePageSettings { get; set; }

Property Value

Type Description
Boolean

A Boolean value.

See Also