A newer version of this page is available.
Switch to the current version.
XlsxExportOptionsEx.AllowConditionalFormatting Property
Gets or sets whether conditional formatting rules applied to columns are preserved in the exported document.Only available in data-aware export mode.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
[DefaultValue(DefaultBoolean.Default)]
[TypeConverter(typeof(DefaultBooleanConverter))]
public DefaultBoolean AllowConditionalFormatting { get; set; }
<XtraSerializableProperty>
<DefaultValue(DefaultBoolean.Default)>
<TypeConverter(GetType(DefaultBooleanConverter))>
Public Property AllowConditionalFormatting As DefaultBoolean
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
A value that specifies whether conditional formatting rules are preserved in the exported document. The DefaultBoolean.Default value is equivalent to True. |
Implements
DevExpress.Export.IDataAwareExportOptions.AllowConditionalFormatting
See Also
Feedback