Back to Devexpress

CustomRowAppearanceEventArgs Members

wpf-devexpress-dot-xpf-dot-grid-dot-customrowappearanceeventargs-dot-underscore-members.md

latest5.7 KB
Original Source

CustomRowAppearanceEventArgs Members

Provides data for the TableView.CustomRowAppearance and TreeListView.CustomRowAppearance events.

Constructors

NameDescription
CustomRowAppearanceEventArgs(CustomAppearanceEventArgs)Initializes a new instance of the CustomRowAppearanceEventArgs class.
CustomRowAppearanceEventArgs(DependencyProperty, Object, Object)Initializes a new instance of the CustomRowAppearanceEventArgs class with the specified event arguments.

Fields

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

Properties

NameDescription
ConditionalValueGets the value of the CustomAppearanceEventArgs.Property property calculated by the conditional formatting mechanism. Inherited from CustomAppearanceEventArgs.
HandledGets or sets whether appearance customization is handled and no default processing is required. Inherited from CustomAppearanceEventArgs.
OriginalValueGets the original value of the CustomAppearanceEventArgs.Property property. Inherited from CustomAppearanceEventArgs.
PropertyGets a dependency property whose value is changed by the conditional formatting mechanism. Inherited from CustomAppearanceEventArgs.
ResultGets or sets the value of the CustomAppearanceEventArgs.Property property applied to the control. Inherited from CustomAppearanceEventArgs.
RowHandleGets a handle of a row for which an event has been raised.
RowSelectionStateGets a row’s selection state.
SourceGets the View that raised the event.

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

CustomRowAppearanceEventArgs Class

DevExpress.Xpf.Grid Namespace