Skip to main content

ExtensionsFactory<ModelType>.ColorEditFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<ColorEditSettings>) Method

Creates a ColorEdit.

Namespace: DevExpress.Web.Mvc.UI

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ColorEditExtension ColorEditFor<ValueType>(
    Expression<Func<ModelType, ValueType>> expression,
    Action<ColorEditSettings> method
)

Parameters

Name Type Description
expression Expression<Func<ModelType, ValueType>>

An expression that identifies the object that contains the properties to display.

method Action<ColorEditSettings>

A delegate method that accepts ColorEditSettings as a parameter.

Type Parameters

Name
ValueType

Returns

Type Description
ColorEditExtension

A ColorEditExtension object implementing the ColorEdit functionality.

See Also