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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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