PromptBoxFileSelectButtonSettingsBuilder

Methods

Accept(System.String)

Defines the file types that can be selected using the file input.

Parameters

value - System.String

The value for Accept

RETURNS

Returns the current PromptBoxFileSelectButtonSettingsBuilder instance.

Enable(System.Boolean)

Enables or disables the File Select button.

Parameters

value - System.Boolean

The value for Enable

RETURNS

Returns the current PromptBoxFileSelectButtonSettingsBuilder instance.

Multiple(System.Boolean)

Enables multiple file selection.

Parameters

value - System.Boolean

The value for Multiple

RETURNS

Returns the current PromptBoxFileSelectButtonSettingsBuilder instance.

Multiple()

Enables multiple file selection.

RETURNS

Returns the current PromptBoxFileSelectButtonSettingsBuilder instance.

Restrictions(System.Action)

Defines file restrictions for the file selection.

Parameters

configurator - System.Action<PromptBoxFileSelectButtonRestrictionsSettingsBuilder>

The configurator for the restrictions setting.

RETURNS

Returns the current instance of PromptBoxFileSelectButtonSettingsBuilder .

FillMode(Kendo.Mvc.UI.ButtonFillMode)

Defines the fill mode for the File Select button.

Parameters

value - ButtonFillMode

The value for FillMode

RETURNS

Returns the current PromptBoxFileSelectButtonSettingsBuilder instance.

Icon(System.String)

Defines the font icon name for the File Select button.

Parameters

value - System.String

The value for Icon

RETURNS

Returns the current PromptBoxFileSelectButtonSettingsBuilder instance.

Rounded(Kendo.Mvc.UI.Rounded)

Defines the border radius for the File Select button.

Parameters

value - Rounded

The value for Rounded

RETURNS

Returns the current PromptBoxFileSelectButtonSettingsBuilder instance.

Size(Kendo.Mvc.UI.ComponentSize)

Defines the size of the File Select button.

Parameters

value - ComponentSize

The value for Size

RETURNS

Returns the current PromptBoxFileSelectButtonSettingsBuilder instance.

ThemeColor(Kendo.Mvc.UI.ThemeColor)

Defines the theme color for the File Select button.

Parameters

value - ThemeColor

The value for ThemeColor

RETURNS

Returns the current PromptBoxFileSelectButtonSettingsBuilder instance.