Back to Devexpress

UICommand.Caption Property

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

latest1.0 KB
Original Source

UICommand.Caption Property

Gets or sets the text displayed within the dialog button.

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

NuGet Packages : DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

csharp
public object Caption { get; set; }
vb
Public Property Caption As Object

Property Value

TypeDescription
Object

A string which specifies the text displayed within the dialog button.

|

See Also

UICommand Class

UICommand Members

DevExpress.Mvvm Namespace