Skip to main content

ImageCollectionEditorInfo.SizeOptionsEnabled Property

Gets whether to allow end-users to set up the image’s size and alignment options in the image collection editor.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v24.1.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public bool SizeOptionsEnabled { get; }

Property Value

Type Description
Boolean

true, if the editor allows end-users to set up the image’s size and alignment options; otherwise, false.

Remarks

SizeOptionsEnabled = true SizeOptionsEnabled = false
See Also