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

XlsxExportOptionsEx.ExportInplaceEditorGlyphs Property

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v21.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[Browsable(false)]
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ExportInplaceEditorGlyphs { get; set; }

Property Value

Type Default
DefaultBoolean **Default**

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The default behavior determined by the control’s logic.

See Also