Skip to main content
Tab

ASPxColorEdit.ColorIndicatorStyle Property

Gets the style settings which define the color indicator‘s appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ColorIndicatorStyle ColorIndicatorStyle { get; }

#Property Value

Type Description
ColorIndicatorStyle

A ColorIndicatorStyle object that contains the style settings.

#Remarks

This property is a wrapper of the ColorEditProperties.ColorIndicatorStyle property.

See Also