Back to Devexpress

SortByCondition Properties

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-sortbycondition-dot-underscore-properties.md

latest19.6 KB
Original Source

SortByCondition Properties

Represents a sort condition used to identify the column/row by whose values the other field values will be sorted.

NameDescription
AllowDropOverrides the AllowDrop property to hide it. Inherited from DXFrameworkContentElement.
AreAnyTouchesCapturedGets a value that indicates whether at least one touch is captured to this element. Inherited from ContentElement.
AreAnyTouchesCapturedWithinGets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. Inherited from ContentElement.
AreAnyTouchesDirectlyOverGets a value that indicates whether at least one touch is pressed over this element. Inherited from ContentElement.
AreAnyTouchesOverGets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. Inherited from ContentElement.
BindingGroupOverrides the BindingGroup property, to hide it. Inherited from DXFrameworkContentElement.
CommandBindingsOverrides the CommandBindings property to hide it. Inherited from DXFrameworkContentElement.
ContextMenuOverrides the ContextMenu property to hide it. Inherited from DXFrameworkContentElement.
CursorOverrides the Cursor property to hide it. Inherited from DXFrameworkContentElement.
DataContextGets or sets the data context for an element when it participates in data binding. Inherited from FrameworkContentElement.
DefaultStyleKey protectedGets or sets the key to use to find the style template for this control in themes. Inherited from FrameworkContentElement.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
Field

Gets or sets the field to which the condition corresponds. This is a dependency property.

| | Focusable | Overrides the Focusable property to hide it. Inherited from DXFrameworkContentElement. | | FocusVisualStyle | Overrides the FocusVisualStyle property to hide it. Inherited from DXFrameworkContentElement. | | ForceCursor | Overrides the ForceCursor property to hide it. Inherited from DXFrameworkContentElement. | | HasAnimatedProperties | Overrides the HasAnimatedProperties property to hide it. Inherited from DXFrameworkContentElement. | | InputBindings | Overrides the InputBindings property to hide it. Inherited from DXFrameworkContentElement. | | InputScope | Overrides the InputScope property to hide it. Inherited from DXFrameworkContentElement. | | IsEnabled | Overrides the IsEnabled property to hide it. Inherited from DXFrameworkContentElement. | | IsEnabledCore protected | Gets a value that becomes the return value of IsEnabled in derived classes. Inherited from ContentElement. | | IsFocused | Overrides the IsFocused property to hide it. Inherited from DXFrameworkContentElement. | | IsInitialized | Gets a value indicating whether this element has been initialized, either by being loaded as Extensible Application Markup Language (XAML), or by explicitly having its EndInit() method called. Inherited from FrameworkContentElement. | | IsInputMethodEnabled | Overrides the IsInputMethodEnabled property to hide it. Inherited from DXFrameworkContentElement. | | IsKeyboardFocused | Overrides the IsKeyboardFocused property to hide it. Inherited from DXFrameworkContentElement. | | IsKeyboardFocusWithin | Overrides the IsKeyboardFocusWithin property to hide it. Inherited from DXFrameworkContentElement. | | IsLoaded | Gets a value indicating whether this element has been loaded for presentation. Inherited from FrameworkContentElement. | | IsMouseCaptured | Overrides the IsMouseCaptured property to hide it. Inherited from DXFrameworkContentElement. | | IsMouseCaptureWithin | Overrides the IsMouseCaptureWithin property to hide it. Inherited from DXFrameworkContentElement. | | IsMouseDirectlyOver | Overrides the IsMouseDirectlyOver property to hide it. Inherited from DXFrameworkContentElement. | | IsMouseOver | Overrides the IsMouseOver property to hide it. Inherited from DXFrameworkContentElement. | | IsSealed | Overrides the IsSealed property to hide it. Inherited from DXFrameworkContentElement. | | IsStylusCaptured | Overrides the IsStylusCaptured property to hide it. Inherited from DXFrameworkContentElement. | | IsStylusCaptureWithin | Overrides the IsStylusCaptureWithin property to hide it. Inherited from DXFrameworkContentElement. | | IsStylusDirectlyOver | Overrides the IsStylusDirectlyOver property to hide it. Inherited from DXFrameworkContentElement. | | IsStylusOver | Overrides the IsStylusOver property to hide it. Inherited from DXFrameworkContentElement. | | Language | Overrides the Language property to hide it. Inherited from DXFrameworkContentElement. | | LogicalChildren protected | Gets an enumerator for the logical child elements of this element. Inherited from FrameworkContentElement. | | Name | Gets or sets the identifying name of the element. The name provides an instance reference so that programmatic code-behind, such as event handler code, can refer to an element once it is constructed during parsing of XAML. Inherited from FrameworkContentElement. | | OlapUniqueMemberName |

Gets or sets the unique name of the corresponding OLAP member. This is a dependency property.

| | OverridesDefaultStyle | Overrides the OverridesDefaultStyle property to hide it. Inherited from DXFrameworkContentElement. | | Parent | Gets the parent in the logical tree for this element. Inherited from FrameworkContentElement. | | Resources | Overrides the Resources property to hide it. Inherited from DXFrameworkContentElement. | | SerializedField | For internal use. | | Style | Gets or sets the style to be used by this element. Inherited from FrameworkContentElement. | | Tag | Gets or sets an arbitrary object value that can be used to store custom information about this element. Inherited from FrameworkContentElement. | | TemplatedParent | Gets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. Inherited from FrameworkContentElement. | | ToolTip | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from DXFrameworkContentElement. | | TouchesCaptured | Gets all touch devices that are captured to this element. Inherited from ContentElement. | | TouchesCapturedWithin | Gets all touch devices that are captured to this element or any child elements in its visual tree. Inherited from ContentElement. | | TouchesDirectlyOver | Gets all touch devices that are over this element. Inherited from ContentElement. | | TouchesOver | Gets all touch devices that are over this element or any child elements in its visual tree. Inherited from ContentElement. | | Value | Gets or sets the field value represented by the condition. This is a dependency property. |

See Also

SortByCondition Class

SortByCondition Members

DevExpress.Xpf.PivotGrid Namespace