Skip to main content
A newer version of this page is available.

BootstrapWebClientUIWidget.CreateJsonPropertyInfoForColor(String, Color, String) Method

For internal use.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[Browsable(false)]
public static JsonPropertyInfo CreateJsonPropertyInfoForColor(
    string propertyName,
    Color color,
    string defaultColorString
)

Parameters

Name Type
propertyName String
color Color
defaultColorString String

Returns

Type
DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo
See Also