Skip to main content

TdxLookupSparklineProperties Properties

Contains a lookup sparkline editor‘s settings.
Name Description
Alignment Determines the alignment of the editor’s contents. Inherited from TcxCustomEditProperties.
Antialiasing Specifies whether the control applies antialiasing to its charts. Inherited from TdxSparklineProperties.
AssignedValues protected Contains the property flags that indicate which properties specific to an editor have been changed. Inherited from TcxCustomEditProperties.
AutoSelect Determines whether the editor’s contents are automatically selected when the editor receives focus. Inherited from TcxCustomEditProperties.
BeepOnError Specifies whether to play the system default sound on a validation error. Inherited from TcxCustomEditProperties.
Buttons Provides access to the collection of editor buttons. Inherited from TcxCustomEditProperties.
ButtonsViewStyle protected Specifies how the editor displays content and embedded buttons. Inherited from TcxCustomEditProperties.
Categories Provides access to settings of lookup sparkline categories.
ClearKey Specifies the keyboard shortcut to clear the editor entry. Inherited from TcxCustomEditProperties.
ClickKey Specifies a key combination to generate the OnButtonClick click event for the default button. Inherited from TcxCustomEditProperties.
DataController Provides access to the lookup sparkline editor’s data controller.
DataValue Copies the entire content from the sparkline editor’s data controller. Inherited from TdxSparklineProperties.
ErrorIcon Specifies an icon (also called error icon) to be displayed by a standalone editor when it fails validation. Inherited from TcxCustomEditProperties.
Images Specifies the collection of images used as editor button icons. Inherited from TcxCustomEditProperties.
ImmediatePost Indicates whether the edit value should be saved immediately after it has been modified. Inherited from TcxCustomEditProperties.
IsChanging Inherited from TcxCustomEditProperties.
LookupDataSource Specifies a data source that contains data to display.
LookupKeyFieldName Specifies the lookup key field name in the connected data source.
MaxValue protected Inherited from TcxCustomEditProperties.
MinValue protected Specifies the maximum numeric value the editor can display. Inherited from TcxCustomEditProperties.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
Padding Specifies distances (in pixels) between the editor’s content and boundaries. Inherited from TdxSparklineProperties.
ReadOnly Specifies the desired read-only status of an editor. Inherited from TcxCustomEditProperties.
Series Provides access to the editor’s series collection.
Transparent protected Deprecated. Specifies if the editor background is transparent. Inherited from TcxCustomEditProperties.
UseLeftAlignmentOnEditing Specifies whether to align text to the left in edit mode. Inherited from TcxCustomEditProperties.
UseMouseWheel Specifies whether an editor responds to mouse wheel rotation. Inherited from TcxCustomEditProperties.
ValidateOnEnter Specifies whether validation is performed when an end-user presses the Enter key. Inherited from TcxCustomEditProperties.
ValidationErrorIconAlignment Specifies the horizontal alignment of an error icon displayed by the editor when it fails validation. Inherited from TcxCustomEditProperties.
ValidationOptions Contains a set of flags that specify how the editor handles and displays its validation errors. Inherited from TcxCustomEditProperties.
See Also