Back to Devexpress

ASPxGridCommandButtonEventArgs Members

aspnet-devexpress-dot-web-dot-aspxgridcommandbuttoneventargs-dot-underscore-members.md

latest4.3 KB
Original Source

ASPxGridCommandButtonEventArgs Members

Provides data for the ASPxGridView.CommandButtonInitialize and ASPxCardView.CommandButtonInitialize events.

Constructors

NameDescription
ASPxGridCommandButtonEventArgs(Object, String, ImageProperties, ButtonControlStyles, Int32, Boolean, GridCommandButtonRenderMode)Initializes a new instance of the ASPxGridCommandButtonEventArgs class.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
EnabledGets or sets whether the processed command button is enabled.
ImageGets the settings of an image displayed within the processed command button.
RenderModeSpecifies the processed command button’s render mode.
StylesGets the processed command button’s style.
TextGets the processed command button’s text.
VisibleGets or sets whether the command button is visible.
VisibleIndexGets the visible index of a data item (row, card or record) which contains the processed command button.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

ASPxGridCommandButtonEventArgs Class

DevExpress.Web Namespace