Table of Contents

Class BoxedRadioEditor<T>

Namespace
Dynamicweb.Content.Items.Editors
Assembly
Dynamicweb.dll

Represents a boxed radio list editor.

[Group("Lists")]
[Editor("Boxed radio list")]
public sealed class BoxedRadioEditor<T> : ListEditor<T>, IListEditor, IListTemplate, IListBaseEditor

Type Parameters

T

Item value type.

Inheritance
BoxedRadioEditor<T>
Implements
Inherited Members

Constructors

BoxedRadioEditor()

Initializes a new instance of an object.

public BoxedRadioEditor()

Properties

Mode

Gets the list mode.

public override ListEditorMode Mode { get; }

Property Value

ListEditorMode
To top