AutoCompleteBoxPropertiesBase.ItemStyle Property
Gets the style settings for all items in the editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
ListBoxItemStyle | A ListBoxItemStyle object that contains style settings. |
Remarks
Note
The ItemStyle property synchronizes its value with the editor’s ASPxAutoCompleteBoxBase.ItemStyle property.
See Also