Interface IBasicCommand
A built-in basic command
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IBasicCommand : ICommand, ILocalizable, INotifyPropertyChanged
Properties
| Improve this Doc View SourceAction
Gets or sets the action.
Declaration
BasicCommandActionType Action { get; set; }
Property Value
Type | Description |
---|---|
BasicCommandActionType | The action. |