Back to Devexpress

IButtonProperties Properties

windowsforms-devexpress-dot-xtraeditors-dot-buttonpanel-dot-ibuttonproperties-dot-underscore-properties.md

latest5.3 KB
Original Source

IButtonProperties Properties

Contains properties for IButton objects.

NameDescription
AppearanceProvides access to the current IButton object’s appearance settings.
CaptionGets or sets the current IButton object’s caption.
CheckedGets or sets if the current IButton is checked.
EnabledGets or sets whether the current IButton object is enabled.
GlyphsGets or sets a collection of glyphs for the current IButton object.
GroupIndexGets or sets a group index for the current IButton object.
ImageGets or sets the current IButton object’s icon.
ImageIndexGets or sets an IButtonProperties.Images collection member used as the current IButton object’s glyph.
ImageLocationGets or sets the current IButton object’s icon location relative to its IButtonProperties.Caption.
ImageOptionsProvides access to all properties that allow you to assign and customize an icon for this IButton.
ImagesGets a collection of images that can be used as the current IButton object’s icon.
ImageUri

Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the button. A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size).

| | IsUpdateLocked | Gets whether the current IButton is locked for any visual update. | | Style | Gets or sets the current IButton object’s type. | | SuperTip | Gets or sets a super tool-tip for the current IButton. | | Tag | Gets or sets the current IButton object’s tag. | | ToolTip | Gets or sets a tool-tip for the current IButton. | | UseCaption | Gets or sets whether the current IButton object’s IButtonProperties.Caption is visible. | | UseImage | Gets or sets whether the current IButton object’s icon is visible. | | Visible | Gets or sets whether the current IButton object is visible. | | VisibleIndex | Gets or sets the current IButton object’s relative position. |

See Also

IButtonProperties Interface

IButtonProperties Members

DevExpress.XtraEditors.ButtonPanel Namespace