Interface IFlyoutItem
A flyout menu item
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IFlyoutItem : IUIItem, IMenu, ILocalizable, INotifyPropertyChanged
Properties
| Improve this Doc View SourceLabel
Gets or sets the label.
Declaration
string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String | The label. |