C# Class XAF_Bootstrap.Controls.XafBootstrapTagSelectorItems

Inheritance: IEnumerable
Exibir arquivo Open project: Terricks/XAFBootstrap Class Usage Examples

Public Properties

Property Type Description
ItemImageHeight int
ItemImageWidth int
List IList

Public Methods

Method Description
Add ( ) : XafBootstrapTagSelectorItem
Add ( XafBootstrapTagSelectorItem Item ) : void
XafBootstrapTagSelectorItems ( ) : System

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public method

public Add ( ) : XafBootstrapTagSelectorItem
return XafBootstrapTagSelectorItem

Add() public method

public Add ( XafBootstrapTagSelectorItem Item ) : void
Item XafBootstrapTagSelectorItem
return void

XafBootstrapTagSelectorItems() public method

public XafBootstrapTagSelectorItems ( ) : System
return System

Property Details

ItemImageHeight public_oe property

public int ItemImageHeight
return int

ItemImageWidth public_oe property

public int ItemImageWidth
return int

List public_oe property

public IList List
return IList