C# Class XAF_Bootstrap.Controls.XafBootstrapDropdownItems

Inheritance: IEnumerable
Afficher le fichier Open project: Terricks/XAFBootstrap Class Usage Examples

Méthodes publiques

Свойство Type Description
ItemImageHeight int
ItemImageWidth int
List IList

Méthodes publiques

Méthode Description
Add ( ) : XafBootstrapDropdownItem
Add ( XafBootstrapDropdownItem Item ) : void
XafBootstrapDropdownItems ( ) : System

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public méthode

public Add ( ) : XafBootstrapDropdownItem
Résultat XafBootstrapDropdownItem

Add() public méthode

public Add ( XafBootstrapDropdownItem Item ) : void
Item XafBootstrapDropdownItem
Résultat void

XafBootstrapDropdownItems() public méthode

public XafBootstrapDropdownItems ( ) : System
Résultat System

Property Details

ItemImageHeight public_oe property

public int ItemImageHeight
Résultat int

ItemImageWidth public_oe property

public int ItemImageWidth
Résultat int

List public_oe property

public IList List
Résultat IList