Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

UIActionPropertiesCore.Caption Property

Gets or sets the Action’s caption.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public string Caption { get; set; }

#Property Value

Type Description
String

A String value that is the Action’s caption.

#Remarks

The Caption property specifies the caption for all Actions derived from the UIActionPropertiesCore class (FlyoutActions, DocumentActions and ContentContainerActions). You can also set an image (the UIActionPropertiesCore.Image property) and text description (the UIActionPropertiesCore.Description property) for your Actions. The figure below illustrates a customized FlyoutAction.

Flyouts - FlyoutAction objects

This text block can be formatted using HTML tags.

See Also