Skip to main content

BootstrapFormLayoutItem Class

Declaration

class BootstrapFormLayoutItem

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

Properties

formLayout Property

Declaration

readonly formLayout: BootstrapFormLayout | null

Property Value

Type
BootstrapFormLayout
null

name Property

Declaration

readonly name: string

Property Value

Type
string

parent Property

Declaration

readonly parent: BootstrapFormLayoutItem | null

Property Value

Type
BootstrapFormLayoutItem
null

Methods

getCaption Method

Declaration

getCaption(): string

Returns

Type
string

getItemByName(name) Method

Declaration

getItemByName(
    name: string
): BootstrapFormLayoutItem | null

Parameters

Name Type
name string

Returns

Type
BootstrapFormLayoutItem
null

getVisible Method

Declaration

getVisible(): boolean

Returns

Type
boolean

setCaption(caption) Method

Declaration

setCaption(
    caption: string
): void

Parameters

Name Type
caption string

setVisible(value) Method

Declaration

setVisible(
    value: boolean
): void

Parameters

Name Type
value boolean