Skip to main content
All docs
V25.1
  • IBarColorEdit.GetValue Property

    Returns the color editor’s value.

    Namespace: DevExpress.Blazor.Office

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    Func<Color> GetValue { get; set; }

    Property Value

    Type Description
    Func<Color>

    A delegate method that returns a color selected in the editor.

    Remarks

    Refer to the IBarColorEdit interface description for more information and an example.

    See Also