Back to Devexpress

UICommand Constructors

corelibraries-devexpress-dot-mvvm-dot-uicommand-dot-ctor.md

latest2.2 KB
Original Source

UICommand Constructors

A ViewModel that generates a dialog button.

NameParametersDescription
UICommand()noneInitializes a new instance of the UICommand class with the default settings.
[UICommand(Object, Object, ICommand<CancelEventArgs>, Boolean, Boolean, Object, Boolean, Object, DialogButtonAlignment, AsyncDisplayMode, Object, GlyphAlignment)](/CoreLibraries/DevExpress.Mvvm.UICommand.(-pHyM-----o----)id, caption, command, isDefault, isCancel, tag, allowCloseWindow, placement, alignment, asyncDisplayMode, glyph, glyphAlignmentInitializes a new instance of the UICommand class with specified settings.
UICommand(Object, Object, ICommand<CancelEventArgs>)id, caption, commandInitializes a new instance of the UICommand class with specified settings.
UICommand(Object, Object, ICommand, Boolean, Boolean, Object, Boolean, Object, DialogButtonAlignment, AsyncDisplayMode, Object, GlyphAlignment)id, caption, command, isDefault, isCancel, tag, allowCloseWindow, placement, alignment, asyncDisplayMode, glyph, glyphAlignmentInitializes a new instance of the UICommand class with specified settings.
UICommand(Object, Object, ICommand)id, caption, commandInitializes a new instance of the UICommand class with specified settings.

See Also

UICommand Class

UICommand Members

DevExpress.Mvvm Namespace