ColorEditItemCollection.CreateDefaultItems(Boolean) Method
Creates a collection of default color items within the ColorEditItemCollection collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
clearExistingCollection | Boolean |
|
Remarks
Use the CreateDefaultItems method to manually create default colors within the ColorEditItemCollection.
Custom colors can be added to the ColorEditItemCollection collection using the collection’s ColorEditItemCollection.Add or ColorEditItemCollection.AddRange method.
See Also