diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h
index c246d755ff67c3e5ce6bcc1f956cc26498ac5f50..fbdf2c2d09679ace691ca1bfe55fc1d6c6318bd2 100644
--- a/arkui/ace_engine/native/native_node.h
+++ b/arkui/ace_engine/native/native_node.h
@@ -4304,6 +4304,20 @@ typedef enum {
* @since 18
*/
NODE_CALENDAR_PICKER_END = 16005,
+ /**
+ * @brief Defines whether to display an embedded monthly view.
+ * This attribute can be set, reset, and obtained as required through APIs.
+ *
+ * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n
+ * .value[0].i32: whether to display an embedded monthly view. The value true means to support, and
+ * false means the opposite.\n
+ * \n
+ * Format of the return value {@link ArkUI_AttributeItem}:\n
+ * value[0].i32: The value 1 means to display an embedded monthly view, and 0 means the opposite. \n
+ *
+ * @since 20
+ */
+ NODE_CALENDAR_PICKER_IS_EMBEDDED = 16006,
/**
* @brief Defines the color of the slider. This attribute can be set, reset, and obtained as required through APIs.
*