Skip to main content

UICommand.Caption Property

Gets or sets the text displayed within the dialog button.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v24.2.dll

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

#Declaration

public object Caption { get; set; }

#Property Value

Type Description
Object

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

See Also