Skip to main content
A newer version of this page is available. .
Tab

FilterControlImages Members

Contains settings that define images displayed within the ASPxFilterControl’s elements.

Fields

Name Description
AddButtonHotName For internal use only.
AddButtonName For internal use only.
AddConditionName For internal use only.
AddGroupName For internal use only.
AggregateAvg For internal use only.
AggregateCount For internal use only.
AggregateExists For internal use only.
AggregateMax For internal use only.
AggregateMin For internal use only.
AggregateSum For internal use only.
CheckedPostfixConst static Returns “Checked”. Inherited from ImagesBase.
DisabledPostfixConst static Returns “Disabled”. Inherited from ImagesBase.
GroupTypeAndName For internal use only.
GroupTypeNotAndName For internal use only.
GroupTypeNotOrName For internal use only.
GroupTypeOrName For internal use only.
HottrackedPostfixConst static Returns “Hover”. Inherited from ImagesBase.
LoadingPanelImageName static

Represents the name of the LoadingPanel image file.

This name is equal to “Loading”.

Inherited from ImagesBase.
OperandTypeButtonFieldHotName For internal use only.
OperandTypeButtonFieldName For internal use only.
OperandTypeButtonValueHotName For internal use only.
OperandTypeButtonValueName For internal use only.
OperationAnyOfName For internal use only.
OperationBeginsWithName For internal use only.
OperationBetweenName For internal use only.
OperationContainsName For internal use only.
OperationDoesNotContainName For internal use only.
OperationDoesNotEqualName For internal use only.
OperationEndsWithName For internal use only.
OperationEqualsName For internal use only.
OperationGreaterName For internal use only.
OperationGreaterOrEqualName For internal use only.
OperationIsNotNullName For internal use only.
OperationIsNullName For internal use only.
OperationLessName For internal use only.
OperationLessOrEqualName For internal use only.
OperationLikeName For internal use only.
OperationNoneOfName For internal use only.
OperationNotBetweenName For internal use only.
OperationNotLikeName For internal use only.
PressedPostfixConst static Returns “Pressed”. Inherited from ImagesBase.
RemoveButtonHotName For internal use only.
RemoveButtonName For internal use only.
RemoveGroupName For internal use only.
SelectedPostfixConst static Returns “Selected”. Inherited from ImagesBase.
SpriteImageName static For internal use only. Inherited from ImagesBase.
WindowResizerImageName static For internal use only. Returns “WindowResizer”. Inherited from ImagesBase.
WindowResizerRtlImageName static For internal use only. Inherited from ImagesBase.

Properties

Name Description
AddButton Gets the settings of an image displayed within the Add button which is used to add new conditions.
AddButtonHot Gets the settings of an image displayed within the Add button when it is hot-tracked.
AddCondition Gets the settings of an image displayed within the Add Condition menu item.
AddGroup Gets the settings of an image displayed within the Add Group menu item.
GroupTypeAnd Gets the settings of an image displayed within the And menu item.
GroupTypeNotAnd Gets the settings of an image displayed within the Not And menu item.
GroupTypeNotOr Gets the settings of an image displayed within the Not Or menu item.
GroupTypeOr Gets the settings of an image displayed within the Or menu item.
ImageFolder Gets or sets the path to the folder that contains images used by a control. Inherited from ImagesBase.
LoadingPanel Gets the settings of an image displayed within a Loading Panel. Inherited from ImagesBase.
OperandButtonField Gets the settings of an image displayed in the Operand Type button.
OperandButtonFieldHot Gets the settings of an image displayed in the Operand Type button when it is hot-tracked.
OperandButtonValue Gets the settings of an image displayed in the Operand Type button.
OperandButtonValueHot Gets the settings of an image displayed in the Operand Type button when it is hot-tracked.
OperationAnyOf Gets the settings of an image displayed within the Is any of menu item.
OperationBeginsWith Gets the settings of an image displayed within the Begins with menu item.
OperationBetween Gets the settings of an image displayed within the Is between menu item.
OperationContains Gets the settings of an image displayed within the Contains menu item.
OperationDoesNotContain Gets the settings of an image displayed within the Does not contain menu item.
OperationDoesNotEqual Gets the settings of an image displayed within the Does not equal menu item.
OperationEndsWith Gets the settings of an image displayed within the Ends with menu item.
OperationEquals Gets the settings of an image displayed within the Equals menu item.
OperationGreater Gets the settings of an image displayed within the Is greater than menu item.
OperationGreaterOrEqual Gets the settings of an image displayed within the Is greater than or equal to menu item.
OperationIsNotNull Gets the settings of an image displayed within the Is not blank menu item.
OperationIsNull Gets the settings of an image displayed within the Is blank menu item.
OperationLess Gets the settings of an image displayed within the Is less than menu item.
OperationLessOrEqual Gets the settings of an image displayed within the Is less than or equal to menu item.
OperationLike Gets the settings of an image displayed within the Is like menu item.
OperationNoneOf Gets the settings of an image displayed within the Is none of menu item.
OperationNotBetween Gets the settings of an image displayed within the Is not between menu item.
OperationNotLike Gets the settings of an image displayed within the Is not like menu item.
RemoveButton Gets the settings of an image displayed within the Remove button which is used to remove conditions.
RemoveButtonHot Gets the settings of an image displayed within the Remove button when it is hot-tracked.
RemoveGroup Gets the settings of an image displayed within the Remove menu item.
SpriteCssFilePath Gets or sets the path to a CSS file that defines the control’s sprite image settings. Inherited from ImagesBase.
SpriteImageUrl Gets or sets the path to a sprite image. Inherited from ImagesBase.

Methods

Name Description
Assign(PropertiesBase) Copies the settings from the specified PropertiesBase object to the current object. Inherited from ImagesBase.
CopyFrom(ImagesBase) Duplicates the properties of the specified object into the current instance of the ImagesBase class. Inherited from ImagesBase.
Equals(Object, Object) static Determines 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.
GetImagePropertiesEx(Page, String, String, String, String, String) Obsolete. This method is obsolete. Inherited from ImagesBase.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Reset() Returns the ImagesBase object to its original state. Inherited from ImagesBase.
ToString() Returns a string that represents the current object.
UpdateSpriteUrl(ImagePropertiesEx, Page, String, Type, String) For internal use only. Inherited from ImagesBase.
UpdateSpriteUrl(ImagePropertiesEx, Page) For internal use only. Inherited from ImagesBase.
See Also