Back to Devexpress

UIActionPropertiesCore.Description Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-uiactionpropertiescore-4731603a.md

latest2.8 KB
Original Source

UIActionPropertiesCore.Description Property

Gets or sets the Action’s description.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public string Description { get; set; }
vb
Public Property Description As String

Property Value

TypeDescription
String

A String value that is the Action’s description.

|

Remarks

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

This text block can be formatted using HTML tags.

See Also

Caption

Image

HTML-inspired Text Formatting

UIActionPropertiesCore Class

UIActionPropertiesCore Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace