TdxPSPreviewDialogManager.DefaultPreviewDialogStyleInfo Property
Returns the class type of the most recently registered Print Preview dialog style.
Declaration
property DefaultPreviewDialogStyleInfo: TdxPSPreviewDialogStyleInfoClass read;
Property Value
Type |
---|
TdxPSPreviewDialogStyleInfoClass |
Remarks
This property returns the class type of the last element within the Items collection. If this collection is empty, an exception is thrown.
See Also