Table of Contents

Class ClassList

Namespace
Radzen.Blazor.Rendering
Assembly
Radzen.Blazor.dll

Class ClassList.

public class ClassList
Inheritance
ClassList
Inherited Members

Methods

Add(FieldIdentifier, EditContext)

Adds the specified field.

public ClassList Add(FieldIdentifier field, EditContext context)

Parameters

field FieldIdentifier

The field.

context EditContext

The context.

Returns

ClassList

ClassList.

Add(IDictionary<string, object>)

Adds the specified attributes.

public ClassList Add(IDictionary<string, object> attributes)

Parameters

attributes IDictionary<string, object>

The attributes.

Returns

ClassList

ClassList.

Add(IReadOnlyDictionary<string, object>)

Adds the specified attributes.

public ClassList Add(IReadOnlyDictionary<string, object> attributes)

Parameters

attributes IReadOnlyDictionary<string, object>

The attributes.

Returns

ClassList

ClassList.

Add(string, bool)

Adds the specified class name.

public ClassList Add(string className, bool condition = true)

Parameters

className string

Name of the class.

condition bool

if set to true [condition].

Returns

ClassList

ClassList.

AddDisabled(bool)

Adds the disabled.

public ClassList AddDisabled(bool condition = true)

Parameters

condition bool

if set to true [condition].

Returns

ClassList

ClassList.

Create(string)

Creates the specified class name.

public static ClassList Create(string className = null)

Parameters

className string

Name of the class.

Returns

ClassList

ClassList.

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.