BootstrapFormLayoutItem Class
In This Article
#Declaration
TypeScript
class BootstrapFormLayoutItem
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
#Properties
#formLayout Property
#Declaration
TypeScript
readonly formLayout: BootstrapFormLayout | null
#Property Value
Type |
---|
Bootstrap |
null |
#name Property
#Declaration
TypeScript
readonly name: string
#Property Value
Type |
---|
string |
#parent Property
#Declaration
TypeScript
readonly parent: BootstrapFormLayoutItem | null
#Property Value
Type |
---|
Bootstrap |
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 |
---|
Bootstrap |
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 |