Skip to main content

XlDataValidation.ShowDropDown Property

Gets or sets whether to display the dropdown combo box for the XlDataValidationType.List validation rule.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public bool ShowDropDown { get; set; }

Property Value

Type Description
Boolean

true, to display a dropdown combo box; otherwise, false.

Remarks

The ShowDropDown property value is true for a newly created XlDataValidation.XlDataValidation object of the XlDataValidationType.List type, and false for other data validation types.

See Also