Skip to main content

BootstrapFormLayoutItem Class

#Declaration

TypeScript
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

TypeScript
readonly formLayout: BootstrapFormLayout | null

#Property Value

Type
BootstrapFormLayout
null

#name Property

#Declaration

TypeScript
readonly name: string

#Property Value

Type
string

#parent Property

#Declaration

TypeScript
readonly parent: BootstrapFormLayoutItem | null

#Property Value

Type
BootstrapFormLayoutItem
null

#Methods

#getCaption Method

#Declaration

TypeScript
getCaption(): string

#Returns

Type
string

#getItemByName(name) Method

#Declaration

TypeScript
getItemByName(
    name: string
): BootstrapFormLayoutItem | null

#Parameters

Name Type
name string

#Returns

Type
BootstrapFormLayoutItem
null

#getVisible Method

#Declaration

TypeScript
getVisible(): boolean

#Returns

Type
boolean

#setCaption(caption) Method

#Declaration

TypeScript
setCaption(
    caption: string
): void

#Parameters

Name Type
caption string

#setVisible(value) Method

#Declaration

TypeScript
setVisible(
    value: boolean
): void

#Parameters

Name Type
value boolean