Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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