A newer version of this page is available.
Switch to the current version.
XlsxExportOptionsEx.AllowFixedColumnHeaderPanel Property
Gets or sets whether the column header panel is anchored to the top of the export document and not scrolled vertically. 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 AllowFixedColumnHeaderPanel { get; set; }
<XtraSerializableProperty>
<DefaultValue(DefaultBoolean.Default)>
<TypeConverter(GetType(DefaultBooleanConverter))>
Public Property AllowFixedColumnHeaderPanel As DefaultBoolean
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
A value that specifies whether the column header panel is anchored to the top of the export document |
Remarks
See XlsExportOptionsEx.AllowFixedColumnHeaderPanel to learn more.
Implements
DevExpress.Export.IDataAwareExportOptions.AllowFixedColumnHeaderPanel
See Also
Feedback