ActionItemPaintStyle Enum
Specifies how an Action is displayed in Detail and List Views.
Namespace: DevExpress.ExpressApp.Templates
Assembly: DevExpress.ExpressApp.v19.2.dll
Declaration
public enum ActionItemPaintStyle
Public Enum ActionItemPaintStyle
public enum ActionItemPaintStyle
Public Enum ActionItemPaintStyle
public enum ActionItemPaintStyle
Public Enum ActionItemPaintStyle
Members
Name |
Description |
Caption |
An Action is represented in a UI by a caption.
|
CaptionAndImage |
An Action is represented in a UI by an image and a caption.
|
Default |
The way in which an Action is represented in a UI is determined by XAF. For instance, in XAF v2008 vol 3, the default behavior corresponds to the ActionItemPaintStyle.Image value.
|
Image |
An Action is represented in a UI by an image.
|
See Also