IModelAction.PaintStyle Property
Specifies the Action‘s paint style.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
[DefaultValue(ActionItemPaintStyle.Default)]
ActionItemPaintStyle PaintStyle { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Action |
Default | An Action |
Available values:
Name | Description | Image |
---|---|---|
Default | The default value is Image for Win |
|
Caption | An Action is displayed in the UI as a caption. |
|
Caption |
An Action is displayed in the UI as an image and a caption. |
|
Image | An Action is displayed in the UI as an image. |
#Remarks
To specify this property, invoke the Model Editor and navigate to an ActionDesign | Actions | <Action> node:
The following table shows the available paint styles:
Enumeration Value | Illustration |
---|---|
in Win |
Note
Win
You can also specify this property in code. For more information, refer to the ActionBase.PaintStyle property description.